diff --git a/conky-mythtv-weather-alert.plx b/conky-mythtv-weather-alert.plx index 81de75c..9ce9283 100755 --- a/conky-mythtv-weather-alert.plx +++ b/conky-mythtv-weather-alert.plx @@ -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: $!";