Remove errant debugging print statement.

This commit is contained in:
Bradley M. Kuhn 2013-12-31 16:51:02 -05:00
parent 7229eac400
commit b070e8719e

View file

@ -33,7 +33,6 @@ use File::Temp ();
sub ReadRecentWeatherAlerts ($) {
my($dir) = @_;
print "DIR: $dir\n";;
my %info;
my $file = File::Spec->catfile($dir, 'conky-weather-alert-recent');
open(RECENT_ALERTS, "<", $file) or die "unable to open $file for reading: $!";