删除掉resize.js中console.log

删除掉resize.js中console.log
This commit is contained in:
Max
2019-06-18 13:38:14 +08:00
committed by GitHub
parent 4c529b2210
commit bee2dfab88

View File

@@ -21,8 +21,6 @@ function addListener() {
}
function eventHandle() {
console.log(111);
if (eventStore.length) {
eventStore.forEach(function (item) {
var comp = item.comp,
@@ -75,4 +73,4 @@ var _default = {
});
}
};
exports.default = _default;
exports.default = _default;