From e20253ed7a11ac65594ca88c933739d6c01b446d Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 15 Oct 2013 14:59:57 +0200 Subject: Remove debug output The output messes up some auto tests Change-Id: I9b9b2b4fdf023bc9953939b814872e860c84f484 Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4mm.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/qml') diff --git a/src/qml/jsruntime/qv4mm.cpp b/src/qml/jsruntime/qv4mm.cpp index 81b9e1a053..8050b2782e 100644 --- a/src/qml/jsruntime/qv4mm.cpp +++ b/src/qml/jsruntime/qv4mm.cpp @@ -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() -- cgit v1.2.3