]> git.donarmstrong.com Git - infobot.git/commitdiff
* Accidentally left in a debug output
authordjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 3 Dec 2008 00:16:55 +0000 (00:16 +0000)
committerdjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 3 Dec 2008 00:16:55 +0000 (00:16 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1856 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/Google.pl

index 3ed1c81506dac09bb67845ad650926e9eb0fcdc4..a8a66f93de1cdf2b4347e68c6fea0b0861d0ef5f 100644 (file)
@@ -40,7 +40,6 @@ sub GoogleSearch {
     if ( not $Search->responseData->results ) {
         &::DEBUG( "Google::GoogleSearch> $retval" );
         &::msg( $::who, $retval);
     if ( not $Search->responseData->results ) {
         &::DEBUG( "Google::GoogleSearch> $retval" );
         &::msg( $::who, $retval);
-        &::msg( $::who, $Search->responseStatus );
         return;
     }
 
         return;
     }