Minor change I forgot to commit a long time ago.

This commit is contained in:
Bradley M. Kuhn 2010-11-20 17:17:54 -05:00
parent 13b2587429
commit 8bd2fe924c

View file

@ -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!";