Enable IBus integration
[profile/ivi/weekeyboard.git] / src / wkb-ibus-panel.c
index d4398e2..a52f471 100644 (file)
@@ -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;
 }