diff --git a/push.pl b/push.pl index 77c047041..c88fa0753 100755 --- a/push.pl +++ b/push.pl @@ -86,7 +86,6 @@ sub prompt_for_edit { my $sponsoredLinks = ''; if ($currentText =~ m{ ( ^ --- \n+ \Q*Useful Resources*\E \n .*? \n --- \n ) }smx) { $sponsoredLinks = $1 . "\n"; - say $sponsoredLinks; $proposedText =~ s%$supportedTagsRegex%$1$2$sponsoredLinks%; }