Skip to content

Commit

Permalink
Remove debugging output accidentally left in metoffice_fivedayapi.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Aug 27, 2012
1 parent fc5bb99 commit 53b89ce
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -117,15 +117,13 @@
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 = "";

if ($locid =~ s/^(\d*)/$1/)
{
$url = $MetOffCommon::forecast_url . $1 . $base_args;
print $url . "\n";
}
else
{
Expand Down

0 comments on commit 53b89ce

Please sign in to comment.