Browse Source

remove xdebug statements

stekkel 20 years ago
parent
commit
769e2f1463
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/right_main.php

+ 0 - 5
src/right_main.php

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