Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Oct 1, 2019
1 parent 8e41a40 commit c313131
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/comlink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ export function expose(obj: any, ep: Endpoint = self as any) {
returnValue = undefined;
}
break;
default:
console.warn("Unrecognized message", ev.data);
}
} catch (e) {
returnValue = e;
Expand Down

0 comments on commit c313131

Please sign in to comment.