浏览代码

remove xdebug statements

stekkel 20 年之前
父节点
当前提交
769e2f1463
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/right_main.php

+ 0 - 5
src/right_main.php

@@ -17,7 +17,6 @@
  * Path for SquirrelMail required files.
  * Path for SquirrelMail required files.
  * @ignore
  * @ignore
  */
  */
-//xdebug_start_profiling();
 define('SM_PATH','../');
 define('SM_PATH','../');
 
 
 /* SquirrelMail required files. */
 /* SquirrelMail required files. */
@@ -374,8 +373,4 @@ echo '</body></html>';
 /* add the mailbox to the cache */
 /* add the mailbox to the cache */
 $mailbox_cache[$account.'_'.$aMailbox['NAME']] = $aMailbox;
 $mailbox_cache[$account.'_'.$aMailbox['NAME']] = $aMailbox;
 sqsession_register($mailbox_cache,'mailbox_cache');
 sqsession_register($mailbox_cache,'mailbox_cache');
-echo "<br>".__FILE__;
-//xdebug_dump_function_profile(4);
-
-
 ?>
 ?>