Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Nov 8, 2021
1 parent a0de150 commit 8f350db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ export default function browserExtension<T>(
},

async buildEnd(err) {
console.log("buildEnd");
if (err != null) {
log("Skipping script builds because of error", err);
return;
Expand Down

0 comments on commit 8f350db

Please sign in to comment.