Skip to content

Commit 63d91d6

Browse files
committed
remove console.log
1 parent 12f46d8 commit 63d91d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

node_module/jq-deferred.js

-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ module.exports = (function(window) {
357357
.fail(function() { df.reject.apply(whenContext, arguments); }).resolve(obj);
358358
}
359359

360-
console.log('execing progress');
361360
args[j].progress(function() {
362361
pp[j] = (arguments.length < 2) ? arguments[0] : arguments;
363362
df.notify.apply(whenContext, pp);

0 commit comments

Comments
 (0)