Skip to content

Commit afe0fb2

Browse files
committed
Merge pull request #3 from jdgarcia/master
remove stray debugger statement
2 parents 2f878cd + 14bccab commit afe0fb2

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)