Remove test code in AppHistoryClient 17/118317/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 10 Mar 2017 04:06:07 +0000 (13:06 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 10 Mar 2017 04:06:07 +0000 (13:06 +0900)
Change-Id: I66bd7c2ff3bb3470c0ca751217d24ff88662b54f
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/server/AppHistoryClient.cpp

index 74f4df9..5e88609 100644 (file)
@@ -31,12 +31,6 @@ AppHistoryClient::~AppHistoryClient()
 
 void AppHistoryClient::onMethodCalled(MethodCall* methodCall)
 {
-       /* TODO: Remove this test code */
-       char* param = g_variant_print(methodCall->getParam(), FALSE);
-       _I("Caller: %s, Method: %s", methodCall->getSender()->getBusName().c_str(), methodCall->getMethodName().c_str());
-       _I("Parameters: %s", param);
-       g_free(param);
-       methodCall->reply(E_FAILED);
        delete methodCall;
 }