[SimBot-commits] CVS: simbot/plugins weather.pl,1.72,1.73
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-05-07 13:57:26
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24560/plugins Modified Files: weather.pl Log Message: Yes, I committed with the debug file on again. Index: weather.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/weather.pl,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -p -r1.72 -r1.73 --- weather.pl 7 May 2005 13:56:03 -0000 1.72 +++ weather.pl 7 May 2005 13:57:15 -0000 1.73 @@ -803,8 +803,8 @@ sub get_forecast { if ($response->fault) { return 'Something unexpected happened: ' . $response->faultstring; } else { - open(OUT, ">forecast_debug"); - print OUT $response->result; +# open(OUT, ">forecast_debug"); +# print OUT $response->result; my $xml = $response->result; |