Commit 9e95945b by Masaru Abe

不要なコンソールログ削除

parent 1939b406
......@@ -166,8 +166,6 @@ LOGIN.processLogin = function() {
password = $('#txtPassword').val();
accountPath = $('#txtAccPath').val();
console.log("fdfdfd");
console.log(loginId);
var requireChangePassword = 0;
var skipPwdDate;
......@@ -970,7 +968,6 @@ LOGIN.ready = function(){
$('.cnt_footer').animate({ opacity: 1 }, LOGIN.timeWaitSplashScreen);
}
);
console.log("fdsfs");
LOGIN.initLoginNormalUser();
}
};
......
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