From 2dc596b761b1c848e837026be9a73c6b8f9aa3ad Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Tue, 25 May 1999 02:55:43 +0000 Subject: Get rid of stupid debugging code. --- globals.pl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'globals.pl') diff --git a/globals.pl b/globals.pl index be0a88857..e1e406702 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; } -- cgit v1.2.3-24-g4f1b