오윤석

fix: 테스트 코드 제거

...@@ -119,8 +119,6 @@ const getCharacterInfo = async function(nickname, characterCode) { ...@@ -119,8 +119,6 @@ const getCharacterInfo = async function(nickname, characterCode) {
119 } 119 }
120 }); 120 });
121 121
122 - stats.major = 0;
123 -
124 if (stats.major == 0) { 122 if (stats.major == 0) {
125 throw new Error("no_major_stats") 123 throw new Error("no_major_stats")
126 } 124 }
......