diff --git a/.github/rollup-patch.js b/.github/rollup-patch.js index f5abf063..5e8d7f27 100755 --- a/.github/rollup-patch.js +++ b/.github/rollup-patch.js @@ -18,7 +18,6 @@ function _getImports (src) { .replace('}','') .split(',') .map(p => { - console.log(what, from) const tokens = p.trim().split(' as ') return { property: tokens[0],