Remove debug message

This commit is contained in:
Jamie Cameron
2014-12-28 13:42:20 -08:00
parent c031dfcb18
commit 3eb55ffee4

View File

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