changeset 25:14c1abba773f new_gen

Removed a line of debug output
author Anders Halager <halager@gmail.com>
date Sat, 19 Apr 2008 19:31:28 +0200
parents 2d28b21faad6
children b4dc2b2c0e38
files gen/LLVMGen.d
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gen/LLVMGen.d	Sat Apr 19 18:29:42 2008 +0200
+++ b/gen/LLVMGen.d	Sat Apr 19 19:31:28 2008 +0200
@@ -159,7 +159,6 @@
                 auto name = varDecl.identifier.get;
                 auto AI = b.buildAlloca(t, name);
                 table[name] = AI;
-                Stderr("env", varDecl.env.names).newline;
                 if (varDecl.init)
                     buildAssign(varDecl.env.find(varDecl.identifier), varDecl.init);
                 break;