Remove unnecessary log 90/53890/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 10 Dec 2015 01:05:28 +0000 (10:05 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 10 Dec 2015 05:20:08 +0000 (14:20 +0900)
Change-Id: Ie775027c8d67b2d8e7341ef26c9057b21af32898

ism/extras/efl_immodule/isf_imf_context.cpp

index c1f9721..3b6fea3 100644 (file)
@@ -3830,7 +3830,6 @@ static XKeyEvent createKeyEvent (bool press, int keycode, int modifiers, bool fa
     event.time        = 0;
     if (fake) {
         modifiers     |= Mod5Mask;
-        LOGD ("Mod5Mask:%x", Mod5Mask);
     }
 
     event.x           = 1;