Skip to content

Commit d2e316c

Browse files
committed
refactor: console.log 제거
1 parent 8e8cea9 commit d2e316c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/common/ChannelTalkProvider.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const ChannelTalkServiceLoader = () => {
88
if (!CHANNELTALK_PLUGIN_KEY) {
99
throw new Error('ABORT_MS가 ENV에서 설정되지 않았습니다');
1010
}
11-
console.log(CHANNELTALK_PLUGIN_KEY);
1211

1312
ChannelService.loadScript();
1413
ChannelService.boot({ pluginKey: CHANNELTALK_PLUGIN_KEY });

0 commit comments

Comments
 (0)