Skip to content

Commit d3f3500

Browse files
committed
PreferencesDialog: Remove debug logging
1 parent d5a9fe6 commit d3f3500

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/qml/dialogs/PreferencesDialog.qml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ CustomDialog {
7878
target: ThemeEngine
7979

8080
function onThemeChanged() {
81-
console.log(priv.accentColorIndex, ThemeEngine.theme);
82-
8381
if(ThemeEngine.theme == ThemeEngine.DarkTheme) {
8482
ThemeEngine.accentColor = Colors.darkAccentColors[priv.accentColorIndex];
8583
} else {

0 commit comments

Comments
 (0)