From ea7e69faa32ea9db3e1f68348448e82f1b4a44ac Mon Sep 17 00:00:00 2001 From: filip mertens Date: Mon, 3 Jul 2023 16:52:08 +0200 Subject: [PATCH] console --- apps/remix-ide/src/app/tabs/theme-module.js | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/remix-ide/src/app/tabs/theme-module.js b/apps/remix-ide/src/app/tabs/theme-module.js index 8aaae2b7bc..fba6c6cc50 100644 --- a/apps/remix-ide/src/app/tabs/theme-module.js +++ b/apps/remix-ide/src/app/tabs/theme-module.js @@ -121,7 +121,6 @@ export class ThemeModule extends Plugin { document.documentElement.style.setProperty('--theme', nextTheme.quality) if (themeName) this.active = themeName // TODO: Only keep `this.emit` (issue#2210) - console.log('themeChanged', nextTheme) if (isElectron()) { const theme = 'https://remix.ethereum.org/' + nextTheme.url.replace(/\\/g, '/').replace(/\/\//g, '/').replace(/\/$/g, '') this.emit('themeChanged', { ...nextTheme, url: theme })