From 2d2bc08d6c307815ca03ea8ae88dee6f0476be64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 28 Nov 2016 14:25:47 +0100 Subject: [PATCH] Remove obsolete comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- libraries/Response.php | 3 --- 1 file changed, 3 deletions(-) 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'])) {