From 1b8eb5452bd2e64d51aa74fca216f86252ba728e Mon Sep 17 00:00:00 2001 From: pallo Date: Wed, 5 Jul 2000 08:49:27 +0000 Subject: [PATCH] Removed what appears to be leftover debug code. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@589 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index bc0fb56a..a6334905 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -278,7 +278,6 @@ next($msort); $k++; } while (isset ($key) && ($k < $i)); - echo $key; printMessageInfo($imapConnection, $t, $i, $key, $mailbox, $sort, $startMessage); } else { $i = $startMessage; -- 2.25.1