Commit 9e95945b by Masaru Abe

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

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