Skip to content

Commit 455cb80

Browse files
removed debug log
[ci skip]
1 parent f610974 commit 455cb80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/native/SKYAppearanceObserver.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ - (instancetype)initWithListener:(jobject)listener vm:(JavaVM *)vm {
2424
}
2525

2626
- (void)interfaceThemeChangedNotification:(NSNotification *)notification {
27-
printf("interface changed");
2827
JNIEnv *env = NULL;
2928
if ((*self.vm)->GetEnv(self.vm, (void **)&env, JNI_VERSION_10) == JNI_EDETACHED) {
3029
(*self.vm)->AttachCurrentThread(self.vm, (void **)&env, NULL);

0 commit comments

Comments
 (0)