Skip to content

Commit 14bccab

Browse files
committed
remove stray debugger statement
1 parent 2f878cd commit 14bccab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/core.js

-1
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)