1
0
Эх сурвалжийг харах

Remove erroneous debugging output

Tianon Gravi 4 жил өмнө
parent
commit
5225ac8a72
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      push.pl

+ 0 - 1
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%;
 	}