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);