Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dpikt committed Dec 23, 2023
1 parent 9613642 commit 87841c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class ImportCollector {
deps.map((dep) => this.visit(dep, resolvedImport))
);
}
// console.error(e)
} else if (resolvedImport.protocol.startsWith("http")) {
if (!this.noFetch) {
const contents = await fetch(resolvedImport).then(res => res.text())
Expand Down

0 comments on commit 87841c7

Please sign in to comment.