From 2b4dfa90922be824b0e1c13267c1c481a3ad62ea Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Wed, 10 Jun 2015 11:31:37 +0800 Subject: remove debugging --- Bugzilla/Bug.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index bbd4d1087..d105dd005 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -3913,7 +3913,6 @@ sub groups_in { sub in_group { my ($self, $group) = @_; - print STDERR 'bug ' . $self->id . " (" . $group->name . ")\n"; return grep($_->id == $group->id, @{$self->groups_in}) ? 1 : 0; } -- cgit v1.2.3-24-g4f1b