From: Frédéric Buclin Date: Thu, 25 Jul 2013 13:12:37 +0000 (+0200) Subject: Remove debug code X-Git-Tag: bugzilla-4.5.1~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=436189f8d80ffb1d740b25a2d194e09611c327cf;p=thirdparty%2Fbugzilla.git Remove debug code https://bugzilla.mozilla.org/show_bug.cgi?id=895309 --- diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 0811d84d27..a8f6143872 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;