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