forgot to remove debug code
This commit is contained in:
@@ -333,9 +333,6 @@ class PMA_Message
|
|||||||
|
|
||||||
if (0 === strlen($message)) {
|
if (0 === strlen($message)) {
|
||||||
$message = $GLOBALS[$this->getString()];
|
$message = $GLOBALS[$this->getString()];
|
||||||
echo '<pre>';
|
|
||||||
debug_print_backtrace();
|
|
||||||
echo '</pre>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (count($this->getParams()) > 0) {
|
if (count($this->getParams()) > 0) {
|
||||||
|
Reference in New Issue
Block a user