forked from qt-creator/qt-creator
QmlOutline: Disable debugging output
Disable output accidentally enabled in f00225a0f
This commit is contained in:
@@ -12,7 +12,7 @@ using namespace QmlJS;
|
||||
using namespace QmlJSEditor::Internal;
|
||||
|
||||
enum {
|
||||
debug = true
|
||||
debug = false
|
||||
};
|
||||
|
||||
namespace QmlJSEditor {
|
||||
|
||||
Reference in New Issue
Block a user