Remove log of subscription id for debugging
authorSungbae Yoo <sungbae.yoo@samsung.com>
Tue, 10 Jan 2017 07:02:53 +0000 (16:02 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Tue, 10 Jan 2017 07:02:53 +0000 (16:02 +0900)
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
server/external-encryption.cpp

index 8906b8d..98986cf 100644 (file)
@@ -95,14 +95,12 @@ void externalCallback(dbus::Variant parameters)
 void externalAddEventReceiver()
 {
        dbus::Connection &systemDBus = dbus::Connection::getSystem();
-       dbus::Connection::SubscriptionId id;
 
-       id = systemDBus.subscribeSignal("",
+       systemDBus.subscribeSignal("",
                                                            "org.tizen.system.storage.BlockManager",
                                                            "DeviceChanged",
                                                            "/Org/Tizen/System/Storage/Block/Manager",
                                                            externalCallback);
-       INFO("Event ID: " + std::to_string(id));
 }
 
 void externalCheckMount()