Remove erroneous debugging output
This commit is contained in:
parent
261451b973
commit
5225ac8a72
1
push.pl
1
push.pl
|
|
@ -86,7 +86,6 @@ sub prompt_for_edit {
|
||||||
my $sponsoredLinks = '';
|
my $sponsoredLinks = '';
|
||||||
if ($currentText =~ m{ ( ^ --- \n+ \Q*Useful Resources*\E \n .*? \n --- \n ) }smx) {
|
if ($currentText =~ m{ ( ^ --- \n+ \Q*Useful Resources*\E \n .*? \n --- \n ) }smx) {
|
||||||
$sponsoredLinks = $1 . "\n";
|
$sponsoredLinks = $1 . "\n";
|
||||||
say $sponsoredLinks;
|
|
||||||
$proposedText =~ s%$supportedTagsRegex%$1$2$sponsoredLinks%;
|
$proposedText =~ s%$supportedTagsRegex%$1$2$sponsoredLinks%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue