Skip to content

Commit 97205c6

Browse files
authored
Remove console log in promise wrapper
1 parent 1c35d46 commit 97205c6

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)