summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r--Bugzilla/Template.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm
index 0811d84d2..a8f614387 100644
--- a/Bugzilla/Template.pm
+++ b/Bugzilla/Template.pm
@@ -837,7 +837,6 @@ sub create {
or Bugzilla->usage_mode == USAGE_MODE_XMLRPC
or Bugzilla->usage_mode == USAGE_MODE_REST)
{
- print STDERR "var: $var";
$var = wrap_comment($var, 72);
}
$var =~ s/\ / /g;