Minor change I forgot to commit a long time ago.
This commit is contained in:
parent
13b2587429
commit
8bd2fe924c
1 changed files with 0 additions and 2 deletions
|
@ -64,8 +64,6 @@ while (1) {
|
|||
|
||||
$data =~ s/$DATE_STR_TO_SEEK.*McDonald//;
|
||||
|
||||
print $data;
|
||||
|
||||
my $out = "";
|
||||
if ($data =~ /$DATE_STR_TO_SEEK/im and $data =~ /$CASE_TO_SEEK/im) {
|
||||
my $out = "$CASE_TO_SEEK announced!";
|
||||
|
|
Loading…
Add table
Reference in a new issue