From 86822cfae2329829c6673f2e48135b3c4f6fee0d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 2 Jul 2002 13:51:30 +0000 Subject: Remove debugging output --- Echolot/Storage/File.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Echolot/Storage') diff --git a/Echolot/Storage/File.pm b/Echolot/Storage/File.pm index f036b6e..cf0fdf4 100644 --- a/Echolot/Storage/File.pm +++ b/Echolot/Storage/File.pm @@ -1,7 +1,7 @@ package Echolot::Storage::File; # (c) 2002 Peter Palfrader -# $Id: File.pm,v 1.12 2002/07/02 13:40:13 weasel Exp $ +# $Id: File.pm,v 1.13 2002/07/02 13:51:00 weasel Exp $ # =pod @@ -383,7 +383,6 @@ sub register_pingout($$$$) { cluck("Error when writing to $remailer_addr; type=$type; key=$key; out pings: $!"), return 0; $fh->flush(); -print "registering pingout at $sent_time for $remailer_addr ($type; $key)\n"; return 1; }; @@ -428,7 +427,6 @@ sub register_pingdone($$$$$) { cluck("Error when writing to outgoing pings file for remailer $remailer_addr; key=$key file: $!"), return 0; $fh->flush(); -print "registering pingdone from $sent_time with latency $latency for $remailer_addr ($type; $key)\n"; return 1; }; -- cgit v1.2.3