Removed debugging from call tips

This commit is contained in:
Hackerpilot 2012-05-29 10:35:02 -07:00
parent 7f50a9ff5d
commit 570f69f64e
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ public:
if (i + 1 < parameters.length) if (i + 1 < parameters.length)
r ~= ",\\n\\t"; r ~= ",\\n\\t";
} }
r ~= ") " ~ format("%d", line); r ~= ")";
return r; return r;
} }