Remove the line that static analysis tool reported as a defect 39/128039/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Thu, 4 May 2017 07:04:23 +0000 (16:04 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Thu, 4 May 2017 07:04:30 +0000 (16:04 +0900)
Change-Id: I379da34777da2858789d85cfab677152836879e9

ism/src/scim_helper.cpp

index 9b69c51..317c490 100644 (file)
@@ -1447,7 +1447,6 @@ HelperAgent::handle_message (MessageItem *message)
         case ISM_TRANS_CMD_SET_PREDICTION_HINT:
         {
             MessageItemSetPredictionHint *subclass = static_cast<MessageItemSetPredictionHint*>(message);
-            LOGD("prediction_hint : %s\n", strdup (subclass->get_message_ptr().c_str ()));
             m_impl->signal_set_prediction_hint (this, subclass->get_message_ptr());
             break;
         }