diff options
| -rw-r--r-- | chunk.d | 2 | ||||
| -rw-r--r-- | parser.d | 1 |
2 files changed, 0 insertions, 3 deletions
@@ -83,8 +83,6 @@ class String : Seq { } String strSeq = cast(String)seq; - writefln("in concat with '%s' and '%s'", this.str, strSeq.str); - return new String(this.str ~ strSeq.str); } @@ -499,7 +499,6 @@ class Parser { Def def = new Def(cast(Symbol)sym, val, line); char ch = advance(); // closing paren - writefln("got this char: '%c'", ch); return def; } |
