mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-16 19:48:18 +00:00
Get rid of stupid debugging code.
This commit is contained in:
parent
287e938586
commit
f3561cf3ee
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user