Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
cykoder committed May 4, 2020
1 parent bbe433c commit 2a89711
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default async function() {
input[id] = files[i];
}
}
console.log('input', input);
resolve(files);
} else {
throw new Error('Unable to list src files!');
Expand Down

0 comments on commit 2a89711

Please sign in to comment.