diff options
Diffstat (limited to 'src/wkb-ibus-panel.c')
-rw-r--r-- | src/wkb-ibus-panel.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wkb-ibus-panel.c b/src/wkb-ibus-panel.c index d4398e2..a52f471 100644 --- a/src/wkb-ibus-panel.c +++ b/src/wkb-ibus-panel.c @@ -236,8 +236,6 @@ _panel_focus_in(const Eldbus_Service_Interface *iface, const Eldbus_Message *msg { _panel_check_message_errors(msg); - INF("FOCUS IN!!!"); - return NULL; } @@ -246,8 +244,6 @@ _panel_focus_out(const Eldbus_Service_Interface *iface, const Eldbus_Message *ms { _panel_check_message_errors(msg); - INF("FOCUS OUT!!!"); - return NULL; } |