Skip to content

Commit

Permalink
Remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Sep 11, 2024
1 parent 49f633c commit 056b160
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/rollup-patch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 056b160

Please sign in to comment.