mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-26 23:50:52 +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;
|
if(!parser || parser.data.issueId !== issueId) return;
|
||||||
|
|
||||||
setChatlogData(parser.data);
|
setChatlogData(parser.data);
|
||||||
console.log(parser.data)
|
|
||||||
}, [issueId]);
|
}, [issueId]);
|
||||||
|
|
||||||
UseMessageEventHook(CfhChatlogEvent, onCfhChatlogEvent);
|
UseMessageEventHook(CfhChatlogEvent, onCfhChatlogEvent);
|
||||||
|
@ -188,8 +188,6 @@ export const NotificationCenterMessageHandler: FC<{}> = props =>
|
|||||||
{
|
{
|
||||||
const parser = event.getParser();
|
const parser = event.getParser();
|
||||||
|
|
||||||
console.log(parser);
|
|
||||||
|
|
||||||
NotificationUtilities.showNotification(parser.type, parser.parameters);
|
NotificationUtilities.showNotification(parser.type, parser.parameters);
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user