From 113686335aed9484836f5034df5d886430d47095 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Thu, 30 Aug 2012 00:47:15 +0200 Subject: [PATCH] removed parser debug output --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 935d451..d444425 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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(); -- 2.39.2