From b070e8719e5d89c587343646ab0e30e65b3a80c6 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 31 Dec 2013 16:51:02 -0500 Subject: [PATCH] Remove errant debugging print statement. --- conky-mythtv-weather-alert.plx | 1 - 1 file changed, 1 deletion(-) 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: $!";