[SimBot-commits] CVS: simbot/plugins weather.pl,1.86,1.87
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-05-09 23:26:41
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29239/plugins Modified Files: weather.pl Log Message: I really should look for warn statements before committing... Index: weather.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/weather.pl,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -p -r1.86 -r1.87 --- weather.pl 9 May 2005 23:03:20 -0000 1.86 +++ weather.pl 9 May 2005 23:26:28 -0000 1.87 @@ -752,7 +752,6 @@ sub got_alerts { foreach my $cur_cap_info (@{$cap_alert->{'cap:info'}}) { - warn $cur_cap_info->{'cap:area'}->{'cap:geocode'} . " $geocode"; if(defined $cur_cap_info->{'cap:area'}->{'cap:geocode'} && $cur_cap_info->{'cap:area'}->{'cap:geocode'} == $geocode) { |