From a69e6339b9ddb60487b4ac98256cdf5a39671dad Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 15 Sep 2015 14:57:25 -0400 Subject: [PATCH] Remove debugging code Signed-off-by: Marc Delisle --- libraries/Table.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/Table.class.php b/libraries/Table.class.php index 8646ca006f..70eea85cc6 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -1545,7 +1545,6 @@ class PMA_Table $this->_dbi->getError($GLOBALS['controllink']) ) ); - print_r($message); return $message; } }