From 3eb55ffee4cf37143e75024ffb86e58bb3ff2e55 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 28 Dec 2014 13:42:20 -0800 Subject: [PATCH] Remove debug message --- mailboxes/boxes-lib.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/mailboxes/boxes-lib.pl b/mailboxes/boxes-lib.pl index 0a595f7f2..fcdb592ff 100755 --- a/mailboxes/boxes-lib.pl +++ b/mailboxes/boxes-lib.pl @@ -45,7 +45,6 @@ for($i=$start; $i<=$end; $i++) { local $pos = $idx[0]; local $startline = $idx[1]; seek(MAIL, $pos, 0); - print STDERR "seek to $pos err $!\n"; # Read the mail local $mail = &read_mail_fh(MAIL, $dash ? 2 : 1, 0);