Skip to content

Commit

Permalink
fix(connect): removed unnecesary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto authored and mroz22 committed Feb 22, 2024
1 parent 1fecb58 commit 123f61d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/connect/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ const dispose = async () => {
}
};

console.log('WIP: just to trigger GitHub deploy to dev!');
console.log('WIP');

// handle message received from iframe
const handleMessage = (message: CoreEventMessage) => {
const { event, type, payload } = message;
Expand Down

0 comments on commit 123f61d

Please sign in to comment.