Commit 3f1cd555 by Kang Donghun

unused Log delete

parent 2b0d1b95
...@@ -293,7 +293,6 @@ ...@@ -293,7 +293,6 @@
let params = {}; let params = {};
params.sid = COMMON.getSid; params.sid = COMMON.getSid;
const url = COMMON.format(ClientData.conf_checkApiUrl(), ClientData.userInfo_accountPath()) + CONSTANT.URL.CMS.API.AUTH_SESSION; const url = COMMON.format(ClientData.conf_checkApiUrl(), ClientData.userInfo_accountPath()) + CONSTANT.URL.CMS.API.AUTH_SESSION;
console.log("kdh check url : " + url);
COMMON.cmsAjax(url, params, async, null, function () { COMMON.cmsAjax(url, params, async, null, function () {
COMMON.goUrlWithCurrentParams(CONSTANT.PAGE_NAME.LOGIN); COMMON.goUrlWithCurrentParams(CONSTANT.PAGE_NAME.LOGIN);
}); });
......
...@@ -533,8 +533,6 @@ LOGIN.ready = function() { ...@@ -533,8 +533,6 @@ LOGIN.ready = function() {
I18N.initi18n(); I18N.initi18n();
var sysSettings = COMMON.sysSetting(); // get info in conf.json var sysSettings = COMMON.sysSetting(); // get info in conf.json
console.log("kdh check apiUrl : " + sysSettings.apiUrl);
console.log("kdh check checkApiUrl : " + sysSettings.checkApiUrl);
// check an getits setting // check an getits setting
if (sysSettings.apiUrl == "") { if (sysSettings.apiUrl == "") {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
var RL = {}; var RL = {};
RL.init = function() { RL.init = function() {
console.log("kdh check ok"); console.log("ReportList init start");
// COMMON.checkAuth(true); // COMMON.checkAuth(true);
RL.loadCommon(); RL.loadCommon();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment