Skip to content

Commit

Permalink
Remove console.log correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 3, 2016
1 parent e8179c9 commit 6bcec5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workers/support/error-after-some-time.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ self.onmessage = ev => {
}

case "error not expected": {
console.log("got here");
self.addEventListener("error", ev => {
throw new Error("Error event must not be fired");
});
Expand Down

0 comments on commit 6bcec5c

Please sign in to comment.