From ee793dc7008163811de227efdbbe22b83d755c40 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Fri, 13 Sep 2019 15:30:51 +0200 Subject: [PATCH] Remove redundant MacOS prints --- native/libmacbridge/AppDelegate.mm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/native/libmacbridge/AppDelegate.mm b/native/libmacbridge/AppDelegate.mm index c06fd28..c5e3ebd 100644 --- a/native/libmacbridge/AppDelegate.mm +++ b/native/libmacbridge/AppDelegate.mm @@ -42,15 +42,10 @@ } - (IBAction) statusIconClick: (id) sender { - NSLog(@"Hello friends!"); - icon_click_callback(context_instance); - } - (IBAction) contextMenuClick: (id) sender { - NSLog(@"Click me up!"); - NSInteger item_id = [[sender valueForKey:@"tag"] integerValue]; context_menu_click_callback(context_instance, static_cast(item_id));