Skip to content

Commit

Permalink
bundler.js: Remove a debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dd137 committed Sep 26, 2023
1 parent 703331f commit 806feb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/bundler/bundler.js
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,6 @@ class MeteorDesktopBundler {
terser,
md5
} = deps);
console.log(deps);
} catch (e) {
// Look at the declaration of StringPrototypeToOriginal for explanation.
String.prototype.to = StringPrototypeToOriginal; // eslint-disable-line
Expand Down

0 comments on commit 806feb8

Please sign in to comment.