welcomemode: disable accidentally enabled debug output

This commit is contained in:
hjk
2011-04-14 11:39:42 +02:00
parent 880c8d8426
commit cf1571be17

View File

@@ -57,7 +57,7 @@
#include <QtCore/QUrl> #include <QtCore/QUrl>
#include <QtCore/QtPlugin> #include <QtCore/QtPlugin>
enum { debug = 1 }; enum { debug = 0 };
using namespace ExtensionSystem; using namespace ExtensionSystem;