]> git.localhorst.tv Git - l2e.git/commitdiff
removed parser debug output
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 29 Aug 2012 22:47:15 +0000 (00:47 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Wed, 29 Aug 2012 22:47:15 +0000 (00:47 +0200)
src/main.cpp

index 935d4519f46ed1dd52882f217f062cb66e315045..d4444256f5d12f890541826411a1142c8144cff1 100644 (file)
@@ -85,7 +85,6 @@ int main(int argc, char **argv) {
                ParsedSource source;
                Parser parser("test-data/test.l2s", source);
                parser.Parse();
-               cout << source;
                Interpreter intp(source);
                intp.ReadSource();