From cf1571be17cffd3eaa58e836d94a4f0dda925e38 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 14 Apr 2011 11:39:42 +0200 Subject: [PATCH] welcomemode: disable accidentally enabled debug output --- src/plugins/welcome/welcomeplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/welcome/welcomeplugin.cpp b/src/plugins/welcome/welcomeplugin.cpp index 9c7942e801a..93125462bff 100644 --- a/src/plugins/welcome/welcomeplugin.cpp +++ b/src/plugins/welcome/welcomeplugin.cpp @@ -57,7 +57,7 @@ #include #include -enum { debug = 1 }; +enum { debug = 0 }; using namespace ExtensionSystem;