mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-26 15:40:51 +01:00
Remove console logs
This commit is contained in:
parent
8aa44aa45a
commit
883ab696cb
@ -28,7 +28,6 @@ export const CfhChatlogView: FC<CfhChatlogViewProps> = props =>
|
||||
if(!parser || parser.data.issueId !== issueId) return;
|
||||
|
||||
setChatlogData(parser.data);
|
||||
console.log(parser.data)
|
||||
}, [issueId]);
|
||||
|
||||
UseMessageEventHook(CfhChatlogEvent, onCfhChatlogEvent);
|
||||
|
@ -188,8 +188,6 @@ export const NotificationCenterMessageHandler: FC<{}> = props =>
|
||||
{
|
||||
const parser = event.getParser();
|
||||
|
||||
console.log(parser);
|
||||
|
||||
NotificationUtilities.showNotification(parser.type, parser.parameters);
|
||||
}, []);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user