There was an error while loading. Please reload this page.
1 parent 8e8cea9 commit d2e316cCopy full SHA for d2e316c
src/components/common/ChannelTalkProvider.tsx
@@ -8,7 +8,6 @@ const ChannelTalkServiceLoader = () => {
8
if (!CHANNELTALK_PLUGIN_KEY) {
9
throw new Error('ABORT_MS가 ENV에서 설정되지 않았습니다');
10
}
11
- console.log(CHANNELTALK_PLUGIN_KEY);
12
13
ChannelService.loadScript();
14
ChannelService.boot({ pluginKey: CHANNELTALK_PLUGIN_KEY });
0 commit comments