remove console logging
This commit is contained in:
parent
f68bc3ad54
commit
7dde278cbd
@ -57,7 +57,6 @@ Template.registerHelper('userProfile', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
Template.registerHelper('divColor', (div) => { // Reactive color changing based on preferences. Colors stored in themeColors.
|
Template.registerHelper('divColor', (div) => { // Reactive color changing based on preferences. Colors stored in themeColors.
|
||||||
console.log(div);console.log(themeColors[Session.get("user").preferences.theme][div]);
|
|
||||||
return themeColors[Session.get("user").preferences.theme][div];
|
return themeColors[Session.get("user").preferences.theme][div];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user