Skip to content

Commit

Permalink
Removed manual logging stream flushing, hopefully fixing an exception…
Browse files Browse the repository at this point in the history
… when closing the application
  • Loading branch information
PhilInTheGaps committed Nov 8, 2023
1 parent 1d271b4 commit 1b410f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ void Logger::messageHandler(QtMsgType type, const QMessageLogContext &context, c
}

m_logStream << line << "\n";
m_logStream.flush();
}

/// If it does not exist yet, create the folder that will contain the log file
Expand Down

0 comments on commit 1b410f0

Please sign in to comment.