From 41748299fdbd22a10e6da7208af312f55212b7db Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 11 Jun 2002 11:05:52 +0000 Subject: Removed debug some output --- Echolot/Pinger.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Echolot/Pinger.pm') diff --git a/Echolot/Pinger.pm b/Echolot/Pinger.pm index a66ca30..40e864a 100644 --- a/Echolot/Pinger.pm +++ b/Echolot/Pinger.pm @@ -1,7 +1,7 @@ package Echolot::Pinger; # (c) 2002 Peter Palfrader -# $Id: Pinger.pm,v 1.3 2002/06/11 10:17:09 weasel Exp $ +# $Id: Pinger.pm,v 1.4 2002/06/11 11:05:52 weasel Exp $ # =pod @@ -85,9 +85,7 @@ sub send_pings() { next unless ($this_call_id eq $this_remailer_id); for my $type (Echolot::Globals::get()->{'storage'}->get_types($remailer)) { - print "y: $type\n"; for my $key (Echolot::Globals::get()->{'storage'}->get_keys($remailer, $type)) { - print "k: $key\n"; do_ping($type, $remailer, $key); } }; -- cgit v1.2.3