src/Parser.cc

changeset 100
e0392814ee31
parent 99
44c0c7f31ae8
child 101
9ffae10ef76f
--- a/src/Parser.cc	Sun Feb 09 14:30:18 2014 +0200
+++ b/src/Parser.cc	Sun Feb 09 14:34:13 2014 +0200
@@ -1173,11 +1173,8 @@
 {
 	mScopeCursor++;
 
-	Print ("%1 <-> %2\n", mScopeStack.Size(), mScopeCursor + 1);
-
 	if (mScopeStack.Size() < mScopeCursor + 1)
 	{
-		Print ("Adding a scope\n");
 		ScopeInfo newscope;
 		mScopeStack << newscope;
 		reset = eResetScope;

mercurial