Remove erroneous debugging output

This commit is contained in:
Tianon Gravi 2021-06-28 10:18:06 -07:00
parent 261451b973
commit 5225ac8a72
1 changed files with 0 additions and 1 deletions

View File

@ -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%;
}