Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
erinz2020 committed Jan 6, 2025
1 parent 9330e87 commit 5f9c763
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ module.exports = override(
(config) => {
const env = process.env.NODE_ENV;
if (env === "production") {
console.log("Production build!");
config.devtool = "source-map";
config.optimization = {
...config.optimization,
Expand Down

0 comments on commit 5f9c763

Please sign in to comment.