Skip to content

Commit d721b90

Browse files
jdgarciaJohn Haley
authored andcommitted
remove stray debugger statement
1 parent bc7768c commit d721b90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/core.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ function Promise(fn) {
2020
this.state = state;
2121

2222
this.isFulfilled = function () {
23-
debugger;
2423
return state === true
2524
}
2625

0 commit comments

Comments
 (0)