mirror of
https://github.com/webmin/webmin.git
synced 2026-06-20 03:10:30 +01:00
Remove debug message
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user