From 570f69f64e7d6c2858cf1c576bd4e6d80871e7e7 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 29 May 2012 10:35:02 -0700 Subject: [PATCH] Removed debugging from call tips --- types.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.d b/types.d index 1c55b0e..dee43b2 100644 --- a/types.d +++ b/types.d @@ -254,7 +254,7 @@ public: if (i + 1 < parameters.length) r ~= ",\\n\\t"; } - r ~= ") " ~ format("%d", line); + r ~= ")"; return r; }