From 3a981d165a7c0417dbe7356a82d5389bdad16835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 13 Apr 2016 14:45:19 +0200 Subject: [PATCH] Remove debugging code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/Table.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/Table.class.php b/libraries/Table.class.php index 40d9ceea05..3b2e88385e 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -1572,7 +1572,6 @@ class PMA_Table $this->_dbi->getError($GLOBALS['controllink']) ) ); - print_r($message); return $message; } }