From: ebullient Date: Mon, 29 Mar 2004 16:58:20 +0000 (+0000) Subject: remove perlishly commented debug lines. my bad. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=fb392070d8c91f9cca6c906b7387d235d373173d remove perlishly commented debug lines. my bad. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6926 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/imap_general.php b/functions/imap_general.php index d353d512..640de0a8 100755 --- a/functions/imap_general.php +++ b/functions/imap_general.php @@ -190,7 +190,6 @@ function sqimap_fgets($imap_stream) { $offset = strlen($results) - 1; } $results .= $read; -#sm_print_r("Trace from line " . __LINE__, $results); } return $results; } @@ -252,7 +251,6 @@ function sqimap_fread($imap_stream,$iSize,$filter=false, } else { $results .= $sRead; } -#sm_print_r("Trace from line " . __LINE__, $results); } return $results; }