Commit 3f1cd555 by Kang Donghun

unused Log delete

parent 2b0d1b95
......@@ -293,7 +293,6 @@
let params = {};
params.sid = COMMON.getSid;
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.goUrlWithCurrentParams(CONSTANT.PAGE_NAME.LOGIN);
});
......
......@@ -533,8 +533,6 @@ LOGIN.ready = function() {
I18N.initi18n();
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
if (sysSettings.apiUrl == "") {
......
......@@ -3,7 +3,7 @@
var RL = {};
RL.init = function() {
console.log("kdh check ok");
console.log("ReportList init start");
// COMMON.checkAuth(true);
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