X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmain.cpp;h=d4444256f5d12f890541826411a1142c8144cff1;hb=113686335aed9484836f5034df5d886430d47095;hp=935d4519f46ed1dd52882f217f062cb66e315045;hpb=1ad6b01c2cac5f771fcef0911c6d81230e50d0ed;p=l2e.git 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();