]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/theme/theme.service.ts
Oup's
[github/Chocobozzz/PeerTube.git] / client / src / app / core / theme / theme.service.ts
index 17d33b4e50aea9ed31302629575d2e64a9e11950..a6eef089843017bb889e5ef4b55f579597df0d78 100644 (file)
@@ -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)
   }