Removing console.logs

This commit is contained in:
Knut Sveidqvist
2020-09-30 18:47:50 +02:00
parent 04338335d0
commit c691ef1899
16 changed files with 1 additions and 32 deletions

View File

@@ -147,6 +147,5 @@ class Theme {
export const getThemeVariables = userOverrides => {
const theme = new Theme();
theme.calculate(userOverrides);
// console.info('Theme(forest)', { userOverrides, theme });
return theme;
};