Skip to content

Commit

Permalink
fix: remove weird console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbcberio committed May 13, 2022
1 parent 9a43435 commit e55e5d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runWebpack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ import { runWebpack } from "./src/backend/helpers/webpack";
(async function () {
await runWebpack();
})();

console.log("This is done");

0 comments on commit e55e5d1

Please sign in to comment.