diff --git a/libraries/Response.php b/libraries/Response.php index ac840778bb..e40a3eb2ab 100644 --- a/libraries/Response.php +++ b/libraries/Response.php @@ -293,9 +293,6 @@ class Response } if ($this->_isSuccess) { - // Note: the old judge sentence is: - // $this->_isAjaxPage && $this->_isSuccess - // Removal the first, because console need log all queries $this->addJSON('_title', $this->getHeader()->getTitleTag()); if (isset($GLOBALS['dbi'])) {