summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-03-06 15:23:27 +0100
committerByron Jones <bjones@mozilla.com>2013-03-06 15:23:27 +0100
commit5f6616707dd1c5cd457338c9d2886378a1ca034d (patch)
treed4764dc61926c023dc11b6b26672821271e83993 /extensions
parent4ac63bb2181e9e07851bf73520cd068818947b6a (diff)
downloadbugzilla-5f6616707dd1c5cd457338c9d2886378a1ca034d.tar.gz
bugzilla-5f6616707dd1c5cd457338c9d2886378a1ca034d.tar.xz
Bug 848335: whine.pl outputs "$VAR1 = [];", triggering a cron email every 15 minutes
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BMO/Extension.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm
index 08888c8ad..3624e81f9 100644
--- a/extensions/BMO/Extension.pm
+++ b/extensions/BMO/Extension.pm
@@ -778,9 +778,6 @@ sub search_operator_field_override {
my @comments = $cgi->param('comments');
my $exclude_comments = scalar(@comments) && !grep { $_ eq '1' } @comments;
- use Data::Dumper;
- print STDERR Dumper \@comments;
-
if ($cgi->param('query_format')
&& $cgi->param('query_format') eq 'specific'
&& $exclude_comments