Skip to content

Commit

Permalink
lint: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed Jan 18, 2024
1 parent 07299e1 commit e2a6185
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
[X] ensure vscode api is called only once
[ ] vscode specific commands and components
[ ] export the types for re-use in refact-vscode
[ ] vscode attach file

### EVENTS TODO FOR IDEs

Expand Down
1 change: 0 additions & 1 deletion src/hooks/useEventBusForChat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ export const useEventBusForChat = () => {
useEffect(() => {
const listener = (event: MessageEvent) => {
if (isActionToChat(event.data)) {
console.log(event.data);
dispatch(event.data);
}

Expand Down

0 comments on commit e2a6185

Please sign in to comment.