Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
mainwindow: Remove crashrpt warning, it wasn't working since forever
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed May 25, 2018
1 parent 76c16ae commit fe824b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ void MainWindow::InitializeLogging() {
QsLogging::Logger::instance().addDestination(log_panel_ptr);

// display warnings here so it's more visible
#if defined(Q_OS_WIN) && !defined(CRASHRPT) && !defined(_DEBUG)
QLOG_ERROR() << "Maintainer: Windows release build without CRASHRPT.";
#endif
#if defined(_DEBUG)
QLOG_ERROR() << "Maintainer: This is a debug build.";
#endif
Expand Down

0 comments on commit fe824b9

Please sign in to comment.