From ea594740ca454dcda90a7c4bacf011ef452f7722 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 10 Dec 2007 18:14:16 +0000 Subject: [PATCH] remove debug code --- libraries/Config.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/Config.class.php b/libraries/Config.class.php index 3ec84cf99..643caf61f 100644 --- a/libraries/Config.class.php +++ b/libraries/Config.class.php @@ -478,7 +478,6 @@ class PMA_Config // Check for permissions (on platforms that support it): if ($this->get('CheckConfigurationPermissions')) { - echo 'trace'; $perms = @fileperms($this->getSource()); if (!($perms === false) && ($perms & 2)) { // This check is normally done after loading configuration