Remove test code in SensorRecorderClient 14/118314/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 10 Mar 2017 04:04:09 +0000 (13:04 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 10 Mar 2017 04:04:09 +0000 (13:04 +0900)
Change-Id: I8e36bf01e4e6a6da52429f876e0fa2f07040f65f
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/server/SensorRecorderClient.cpp

index 88189bc..b61d0b9 100644 (file)
@@ -31,12 +31,6 @@ SensorRecorderClient::~SensorRecorderClient()
 
 void SensorRecorderClient::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;
 }