From bf0fe649d876c81334a09c956b801fcd4b1a85aa Mon Sep 17 00:00:00 2001 From: Karl von Randow Date: Tue, 16 Mar 2021 21:58:08 +1300 Subject: [PATCH] Remove logging of selected appearance --- jni/AppearanceSupport.m | 1 - 1 file changed, 1 deletion(-) diff --git a/jni/AppearanceSupport.m b/jni/AppearanceSupport.m index 2b8eaea..b9d48e1 100644 --- a/jni/AppearanceSupport.m +++ b/jni/AppearanceSupport.m @@ -40,7 +40,6 @@ void setAppearance(NSUInteger appearanceID) { NSString *appearanceName = (NSString *) knownAppearanceNames[appearanceID]; configuredAppearance = [[NSAppearance appearanceNamed:appearanceName] retain]; configuredAppearanceID = appearanceID; - NSLog(@"Selected appearance: %@", appearanceName); } else { NSLog(@"Invalid appearance ID: %ld", (long) appearanceID); configuredAppearance = [[NSAppearance appearanceNamed:NSAppearanceNameAqua] retain];