forked from qt-creator/qt-creator
welcomemode: disable accidentally enabled debug output
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
#include <QtCore/QUrl>
|
||||
#include <QtCore/QtPlugin>
|
||||
|
||||
enum { debug = 1 };
|
||||
enum { debug = 0 };
|
||||
|
||||
using namespace ExtensionSystem;
|
||||
|
||||
|
Reference in New Issue
Block a user