From 8496f470c5726ce8e18fb0ec531c4b9afeb57fea Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Mon, 10 May 2004 17:07:33 +0000 Subject: - no debug messages --- mdkapplet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdkapplet') diff --git a/mdkapplet b/mdkapplet index ec900962..65d514b7 100755 --- a/mdkapplet +++ b/mdkapplet @@ -194,13 +194,13 @@ sub silentCheck { logIt(N("Connecting to") . " $lnk ...\n"); my $response = $ua->request($request); my $ct = $response->content; - print "\nCONTENTS = $ct\n"; +# print "\nCONTENTS = $ct\n"; logIt(N("Response from MandrakeOnline server\n") . "$ct"); if ($ct =~ /rpm/) { $u = 11 } elsif ($ct =~ m/(\d+)/) { $u = sprintf("%d",$1); } else { $u = 10 }; # 99 - log or host or action or pass empty, wrong action # 98 - wrong pass # 97 - host not active - print "Returned value = $u\n"; +# print "Returned value = $u\n"; my $retcode = { 10 => sub { okState() }, 11 => sub { -- cgit v1.2.1