From: djmcgrath Date: Wed, 3 Dec 2008 00:16:55 +0000 (+0000) Subject: * Accidentally left in a debug output X-Git-Url: https://git.donarmstrong.com/?p=infobot.git;a=commitdiff_plain;h=82b7822f9140d90a6c714b1eec0fb8beb17e53dd * Accidentally left in a debug output git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1856 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Modules/Google.pl b/src/Modules/Google.pl index 3ed1c81..a8a66f9 100644 --- a/src/Modules/Google.pl +++ b/src/Modules/Google.pl @@ -40,7 +40,6 @@ sub GoogleSearch { if ( not $Search->responseData->results ) { &::DEBUG( "Google::GoogleSearch> $retval" ); &::msg( $::who, $retval); - &::msg( $::who, $Search->responseStatus ); return; }