diff --git a/src/web/module/maestro_section_main.html b/src/web/module/maestro_section_main.html
index 0407a4e..5a8de56 100644
--- a/src/web/module/maestro_section_main.html
+++ b/src/web/module/maestro_section_main.html
@@ -49,12 +49,6 @@ function showEndDate(date) {
function onLoadSuccessMaestroInfo() {
- /*
- $("#maestro_info_id").html(
- "등록 학생 앱 바로 실행 URL :
"
- + "http://www.chocomae.com/login/" + maestroInfo.maestroName
- );
- */
showEndDate(maestroInfo.availableActivateDateTime);
$("#maestro_info_player_count").val("학생수 : " + maestroInfo.getRegisteredPlayerCount() + " / " + maestroInfo.getMaxPlayerCount());
@@ -182,69 +176,55 @@ function deactivateApp(appID) {
-