diff --git a/src/game/license_timer/input_score.js b/src/game/license_timer/input_score.js
index 909ca77..3142b9e 100644
--- a/src/game/license_timer/input_score.js
+++ b/src/game/license_timer/input_score.js
@@ -348,9 +348,6 @@ InputScore.prototype.checkMaestroPasswordFromServer = function() {
(function(replyJson) {
// console.log(replyJson);
- // console.log(this.maestroPassword);
- // console.log(replyJson.maestroPassword);
-
if(replyJson.maestroPassword == null || replyJson.maestroPassword == "") {
this.showAlertWindow("자격증 타이머용 비밀번호가 설정되지 않았습니다.\n마에스트로 관리자 페이지에 가서, 자격증 타이머용 비밀번호를 설정해 주세요.");
return;
diff --git a/src/game/license_timer/game.js b/src/game/license_timer/license_timer.js
similarity index 100%
rename from src/game/license_timer/game.js
rename to src/game/license_timer/license_timer.js
diff --git a/src/game/license_timer/loading.js b/src/game/license_timer/loading.js
index 04fd55b..a03d7cc 100644
--- a/src/game/license_timer/loading.js
+++ b/src/game/license_timer/loading.js
@@ -81,6 +81,5 @@ var Loading = {
// }
this.state.start('Login');
- // this.state.start('LicenseTimer');
},
}
diff --git a/src/web/client/license_timer.html b/src/web/client/license_timer.html
index 0d4a32e..718dd2f 100644
--- a/src/web/client/license_timer.html
+++ b/src/web/client/license_timer.html
@@ -63,7 +63,7 @@
-
+