Skip to content

Commit

Permalink
Merge pull request #73 from maxmeng93/master
Browse files Browse the repository at this point in the history
删除掉resize.js中console.log
  • Loading branch information
xuliangzhan authored Jun 18, 2019
2 parents 4c529b2 + bee2dfa commit 93d666f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/resize/src/resize.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ function addListener() {
}

function eventHandle() {
console.log(111);

if (eventStore.length) {
eventStore.forEach(function (item) {
var comp = item.comp,
Expand Down Expand Up @@ -75,4 +73,4 @@ var _default = {
});
}
};
exports.default = _default;
exports.default = _default;

0 comments on commit 93d666f

Please sign in to comment.