From: terry%mozilla.org <> Date: Tue, 25 May 1999 02:55:43 +0000 (+0000) Subject: Get rid of stupid debugging code. X-Git-Tag: bugzilla-2.6~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dc596b761b1c848e837026be9a73c6b8f9aa3ad;p=thirdparty%2Fbugzilla.git Get rid of stupid debugging code. --- diff --git a/globals.pl b/globals.pl index be0a888571..e1e4067026 100644 --- a/globals.pl +++ b/globals.pl @@ -78,13 +78,8 @@ sub FetchOneColumn { sub AppendComment { my ($bugid,$who,$comment) = (@_); - open(DEBUG, ">/tmp/debug"); - print DEBUG "A $comment"; $comment =~ s/\r\n/\n/g; # Get rid of windows-style line endings. - print DEBUG "B $comment"; $comment =~ s/\r/\n/g; # Get rid of mac-style line endings. - print DEBUG "C $comment"; - close DEBUG; if ($comment =~ /^\s*$/) { # Nothin' but whitespace. return; }