diff --git a/src/components/mod-tools/views/tickets/CfhChatlogView.tsx b/src/components/mod-tools/views/tickets/CfhChatlogView.tsx index 7f0792f6..a91a3f92 100644 --- a/src/components/mod-tools/views/tickets/CfhChatlogView.tsx +++ b/src/components/mod-tools/views/tickets/CfhChatlogView.tsx @@ -28,7 +28,6 @@ export const CfhChatlogView: FC = props => if(!parser || parser.data.issueId !== issueId) return; setChatlogData(parser.data); - console.log(parser.data) }, [issueId]); UseMessageEventHook(CfhChatlogEvent, onCfhChatlogEvent); diff --git a/src/components/notification-center/NotificationCenterMessageHandler.tsx b/src/components/notification-center/NotificationCenterMessageHandler.tsx index bb52993f..17b8c70e 100644 --- a/src/components/notification-center/NotificationCenterMessageHandler.tsx +++ b/src/components/notification-center/NotificationCenterMessageHandler.tsx @@ -188,8 +188,6 @@ export const NotificationCenterMessageHandler: FC<{}> = props => { const parser = event.getParser(); - console.log(parser); - NotificationUtilities.showNotification(parser.type, parser.parameters); }, []);