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; } }