From 14bccabdc0f3e619616de5faea18377ad6dcb63a Mon Sep 17 00:00:00 2001 From: Jose Garcia Date: Thu, 16 Apr 2015 16:14:21 -0700 Subject: [PATCH] remove stray debugger statement --- lib/core.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core.js b/lib/core.js index de1e15f..910f90f 100644 --- a/lib/core.js +++ b/lib/core.js @@ -20,7 +20,6 @@ function Promise(fn) { this.state = state; this.isFulfilled = function () { - debugger; return state === true }