Skip to content

Commit 5719e9f

Browse files
authored
Merge pull request #671 from c24w/master
Remove console log in promise wrapper
2 parents 6288a4b + 97205c6 commit 5719e9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

promise.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ PromisePreparedStatementInfo.prototype.close = function() {
287287
) {
288288
PromisePool.prototype[func] = (function factory(funcName) {
289289
return function() {
290-
console.log(core.Pool.prototype[funcName]);
291290
return core.Pool.prototype[funcName].apply(this.pool, arguments);
292291
};
293292
})(func);

0 commit comments

Comments
 (0)