From: stekkel Date: Wed, 15 Jun 2005 23:10:49 +0000 (+0000) Subject: remove xdebug statements X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7364bb4a8af33991ca23922d1d9f7083118b4f9f;p=squirrelmail.git remove xdebug statements git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9617 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/right_main.php b/src/right_main.php index d5285890..9d73276e 100644 --- a/src/right_main.php +++ b/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 ''; /* add the mailbox to the cache */ $mailbox_cache[$account.'_'.$aMailbox['NAME']] = $aMailbox; sqsession_register($mailbox_cache,'mailbox_cache'); -echo "
".__FILE__; -//xdebug_dump_function_profile(4); - - ?> \ No newline at end of file