summaryrefslogtreecommitdiffstats
path: root/email_in.pl
diff options
context:
space:
mode:
Diffstat (limited to 'email_in.pl')
-rw-r--r--email_in.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/email_in.pl b/email_in.pl
index e23da4317..bbbde2557 100644
--- a/email_in.pl
+++ b/email_in.pl
@@ -177,12 +177,6 @@ sub process_bug {
$fields{'knob'} = 'duplicate';
}
- # Make sure we don't get prompted if we have to change the default
- # groups.
- if ($fields{'product'}) {
- $fields{'addtonewgroup'} = 0;
- }
-
# Make it possible to remove CCs.
if ($fields{'removecc'}) {
$fields{'cc'} = [split(',', $fields{'removecc'})];