--- 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;