Skip to content

Commit

Permalink
Remove a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
estellecomment committed Apr 25, 2022
1 parent dc96457 commit dc19b62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ function getActiveThemes() {
// Default to `light` theme when the MATRIX_THEMES environment variable is not defined.
const theme = process.env.MATRIX_THEMES ?? 'light';
const themes = theme.split(',').filter(x => x).map(x => x.trim()).filter(x => x);
console.log("Active themes : ", themes)
return themes;
}

Expand Down

0 comments on commit dc19b62

Please sign in to comment.