浏览代码

removed echo

stekkel 23 年之前
父节点
当前提交
f1497cd440
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/imap_messages.php

+ 1 - 1
functions/imap_messages.php

@@ -536,7 +536,7 @@ function sqimap_get_small_header_list ($imap_stream, $msg_list, $issent) {
 	$header->inrepto = $inrepto;
         $result[] = $header;
     }
-    echo 'processtime (us): ' . elapsedtime($start) .'<BR>';
+//    echo 'processtime (us): ' . elapsedtime($start) .'<BR>';
     return $result;
 }