From 02f86bfb9584c508ee18a13b990e2575db24ec9a Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 28 Jun 2006 11:58:07 +0000 Subject: [PATCH] remove debug code --- ChangeLog | 3 +++ libraries/Config.class.php | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c0a023052..6074c5f0e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-06-28 Marc Delisle + * libraries/Config.class.php: remove debug code + 2006-06-27 Michal Čihař * libraries/import/csv.php: Fix special case of Excel export with ; at the end (bug #1511046). diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 208a7ce58..f5b378e75 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -515,7 +515,6 @@ class PMA_Config || ($is_https && substr($pma_absolute_uri, 0, 6) != 'https:') || (!$is_https && substr($pma_absolute_uri, 0, 5) != 'http:') ) { - echo "recheck"; $url = array(); // At first we try to parse REQUEST_URI, it might contain full URL