From 53b89ce8bc4c34ab9b6e6d2686f4595cb04227da Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Mon, 27 Aug 2012 13:08:32 +0100 Subject: [PATCH] Remove debugging output accidentally left in metoffice_fivedayapi.pl --- .../mythweather/scripts/uk_metoffice/metoffice_fivedayapi.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/mythplugins/mythweather/mythweather/scripts/uk_metoffice/metoffice_fivedayapi.pl b/mythplugins/mythweather/mythweather/scripts/uk_metoffice/metoffice_fivedayapi.pl index 742a8c5474d..853d900e1c3 100755 --- a/mythplugins/mythweather/mythweather/scripts/uk_metoffice/metoffice_fivedayapi.pl +++ b/mythplugins/mythweather/mythweather/scripts/uk_metoffice/metoffice_fivedayapi.pl @@ -117,7 +117,6 @@ my $end_date = $start_date->clone(); $end_date->add( days => 5 ); $base_args = $base_args . '&valid-from=' . $start_date . '&valid-to=' . $end_date; -print $base_args . "\n"; # END workaround my $url = ""; @@ -125,7 +124,6 @@ if ($locid =~ s/^(\d*)/$1/) { $url = $MetOffCommon::forecast_url . $1 . $base_args; - print $url . "\n"; } else {