aboutsummaryrefslogtreecommitdiff
path: root/chunk.d
diff options
context:
space:
mode:
Diffstat (limited to 'chunk.d')
-rw-r--r--chunk.d2
1 files changed, 0 insertions, 2 deletions
diff --git a/chunk.d b/chunk.d
index ea05d61..e24e3ab 100644
--- a/chunk.d
+++ b/chunk.d
@@ -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);
}