From 7364bb4a8af33991ca23922d1d9f7083118b4f9f Mon Sep 17 00:00:00 2001 From: stekkel Date: Wed, 15 Jun 2005 23:10:49 +0000 Subject: [PATCH] remove xdebug statements git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9617 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/right_main.php | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.25.1