Skip to content

Commit

Permalink
self review
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofia Pohjalainen committed Sep 27, 2019
1 parent 5b1c09d commit b0e3cb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/panel/context/Devtools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export const DevtoolsProvider: FC = ({ children }) => {
});

const handleMessage = (msg: DevtoolsExchangeOutgoingMessage) => {
console.log("HANDLE MESSAGE", msg);
return Object.values(messageHandlers.current).forEach(h => h(msg));
};

Expand Down

0 comments on commit b0e3cb3

Please sign in to comment.