From 7aba23d13fe56835b07ebb00c0b4c2a929551ec3 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 11 Sep 2018 15:07:31 +0200 Subject: wrap the hotkeys component to allow templating :art: --- client/src/app/core/theme/theme.service.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app/core/theme') diff --git a/client/src/app/core/theme/theme.service.ts b/client/src/app/core/theme/theme.service.ts index 17d33b4e5..a6eef0898 100644 --- a/client/src/app/core/theme/theme.service.ts +++ b/client/src/app/core/theme/theme.service.ts @@ -16,7 +16,6 @@ export class ThemeService { this.previousTheme['inputPlaceholderColor'] = '#fff' this.darkTheme = (peertubeLocalStorage.getItem('theme') === 'dark') - console.log(this.darkTheme) if (this.darkTheme) this.toggleDarkTheme(false) } -- cgit v1.2.3