diff --git a/webapp/controller/BaseAuthedController.class.php b/webapp/controller/BaseAuthedController.class.php index 1a64b8a9..0a6da045 100644 --- a/webapp/controller/BaseAuthedController.class.php +++ b/webapp/controller/BaseAuthedController.class.php @@ -86,7 +86,7 @@ class BaseAuthedController extends BaseController { } $r = $this->_getRedis($this->_getAccountId()); $sessionId = $r->get(LAST_SESSION_KEY . $this->_getAccountId()); - error_log('SERVER_ENV:' . SERVER_ENV . '_DEBUG:' . _DEBUG); + // error_log('SERVER_ENV:' . SERVER_ENV . '_DEBUG:' . _DEBUG); if (SERVER_ENV != _DEBUG) { if (empty($sessionId)) {