Skip to content

Commit

Permalink
Item13126: removing debug left-over
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Dec 17, 2014
1 parent b63a41b commit bc66c87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MailerContrib/lib/Foswiki/Contrib/MailerContrib.pm
Expand Up @@ -421,7 +421,6 @@ sub _sendChangesMails {
my $sentMails = 0;

foreach my $name_email ( keys %{$changeset} ) {
print STDERR "Generating mails for $name_email\n";
my ( $name, $email ) = split( '&', $name_email, 2 );

my %oldPrefs;
Expand Down

0 comments on commit bc66c87

Please sign in to comment.