Remove debugging code

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-04-13 14:45:19 +02:00
parent 51a0d2f25a
commit 3a981d165a

View File

@ -1572,7 +1572,6 @@ class PMA_Table
$this->_dbi->getError($GLOBALS['controllink'])
)
);
print_r($message);
return $message;
}
}