Remove unnecessary logs 19/161319/1
authorSungmin Kwak <sungmin.kwak@samsung.com>
Wed, 22 Nov 2017 04:32:18 +0000 (13:32 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 22 Nov 2017 23:16:08 +0000 (23:16 +0000)
Change-Id: I10e9a75bdad697da0b42951b699d8f87e8b5b5ee
(cherry picked from commit 896e0abed844809c8df8228bd7bc2d1cf1b210c8)

src/e_mod_main.c

index bee020e..ddf5a62 100644 (file)
@@ -1321,11 +1321,9 @@ _e_text_input_cb_activate(struct wl_client *client, struct wl_resource *resource
    input_method = wl_resource_get_user_data(g_input_method->resource);
    EINA_SAFETY_ON_NULL_GOTO(input_method, err);
 
-   LOGD("text_input : %p\n", text_input);
-
    old = input_method->input;
 
-   LOGD("old : %p, text_input : %p , %d", old, text_input, g_input_panel_state);
+   LOGD("old : %p, text_input : %p, %d", old, text_input, g_input_panel_state);
    if (old == text_input)
      return;