diff --git a/lib/classes/task/period/outofdate.class.php b/lib/classes/task/period/outofdate.class.php index 58eaef71f0..a5802b408b 100644 --- a/lib/classes/task/period/outofdate.class.php +++ b/lib/classes/task/period/outofdate.class.php @@ -1232,9 +1232,6 @@ class task_period_outofdate extends task_abstract ); phrasea::headers(200, true, 'application/json', 'UTF-8', false); -// return("hello4"); -//var_dump($parm2); -//return; $ret = NULL; switch($parm2['ACT']) { diff --git a/lib/unitTest/Alchemy/Phrasea/Controller/Prod/FeedTest.php b/lib/unitTest/Alchemy/Phrasea/Controller/Prod/FeedTest.php index f47c73ab18..34bdc9fcdf 100644 --- a/lib/unitTest/Alchemy/Phrasea/Controller/Prod/FeedTest.php +++ b/lib/unitTest/Alchemy/Phrasea/Controller/Prod/FeedTest.php @@ -109,7 +109,6 @@ class ControllerFeedApp extends \PhraseanetWebTestCaseAuthenticatedAbstract { $appbox = appbox::get_instance(); $crawler = $this->client->request('POST', '/feeds/requestavailable/'); - var_dump($this->client->getResponse()->getStatusCode()); $this->assertTrue($this->client->getResponse()->isOk()); $feeds = Feed_Collection::load_all($appbox, self::$user); foreach ($feeds->get_feeds() as $one_feed) diff --git a/www/prod/answer.php b/www/prod/answer.php index c11d1403c1..30ab6e9207 100644 --- a/www/prod/answer.php +++ b/www/prod/answer.php @@ -41,7 +41,6 @@ if (!$parm['bas']) $parm["pag"] = (int) $parm["pag"]; $mod = $user->getPrefs('view'); -//var_dump($session->get_ses_id(), phrasea_open_session($session->get_ses_id(), $session->get_usr_id())); function dmicrotime_float($message = '', $stack = 'def') { static $last = array(); @@ -49,9 +48,6 @@ function dmicrotime_float($message = '', $stack = 'def') $new = ((float) $usec + (float) $sec); -// if (isset($last[$stack]) && $message) -// echo "$stack \t\t temps : $message " . ($new - $last[$stack]) . "\n"; - $last[$stack] = $new; return ($new - $last[$stack]); diff --git a/www/thesaurus2/xmlhttp/deletenohits.x.php b/www/thesaurus2/xmlhttp/deletenohits.x.php index b48a8bb6be..1afc4b92d1 100644 --- a/www/thesaurus2/xmlhttp/deletenohits.x.php +++ b/www/thesaurus2/xmlhttp/deletenohits.x.php @@ -64,9 +64,6 @@ if ($parm["bid"] !== null) $s_thits .= ( str_replace('d', '.', $rowbas['value']) . ';'); } - if ($parm['debug']) - var_dump($s_thits); - if ($parm['typ'] == 'CT') { $dom = $databox->get_dom_cterms(); diff --git a/www/xmlhttp/replacecandidate.j.php b/www/xmlhttp/replacecandidate.j.php index 52952e2162..75be66a718 100644 --- a/www/xmlhttp/replacecandidate.j.php +++ b/www/xmlhttp/replacecandidate.j.php @@ -242,10 +242,7 @@ function simplified($t) return(array('a' => $sa, 'u' => $su)); } -if ($parm['debug']) - var_dump($result); -else - print(p4string::jsonencode(array('parm' => $parm, 'result' => $result))); +print(p4string::jsonencode(array('parm' => $parm, 'result' => $result))); if ($parm['debug']) print("");