Remove errant debugging print statement.
This commit is contained in:
parent
7229eac400
commit
b070e8719e
1 changed files with 0 additions and 1 deletions
|
@ -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: $!";
|
||||
|
|
Loading…
Add table
Reference in a new issue