From 82b7822f9140d90a6c714b1eec0fb8beb17e53dd Mon Sep 17 00:00:00 2001 From: djmcgrath Date: Wed, 3 Dec 2008 00:16:55 +0000 Subject: [PATCH] * Accidentally left in a debug output git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1856 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Google.pl | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.2