mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Remove relevant console log,
This commit is contained in:
@@ -23,7 +23,7 @@ export class ThemeService {
|
||||
document.body.classList.remove("tribunal");
|
||||
document.body.classList.add(theme);
|
||||
this.currentTheme = theme
|
||||
console.log('Current theme', theme);
|
||||
|
||||
this.storageservice.store('theme',theme);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user