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];