Remove debug output
authorLars Knoll <lars.knoll@digia.com>
Tue, 15 Oct 2013 12:59:57 +0000 (14:59 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 15 Oct 2013 18:57:37 +0000 (20:57 +0200)
The output messes up some auto tests

Change-Id: I9b9b2b4fdf023bc9953939b814872e860c84f484
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/jsruntime/qv4mm.cpp

index 81b9e1a..8050b27 100644 (file)
@@ -172,10 +172,6 @@ struct MemoryManager::Data
         scribble = !qgetenv("QV4_MM_SCRIBBLE").isEmpty();
         aggressiveGC = !qgetenv("QV4_MM_AGGRESSIVE_GC").isEmpty();
         exactGC = !qgetenv("QV4_MM_EXACT_GC").isEmpty();
-        if (aggressiveGC)
-            qDebug() << "Using aggressive garbage collection";
-        if (exactGC)
-            qDebug() << "Using exact garbage collection";
     }
 
     ~Data()