Merge "code clean up" into tizen
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / bt-telephony.c
index 8bc75f3..addbcb9 100644 (file)
@@ -659,7 +659,6 @@ int __bluetooth_telephony_register_object(int reg, GDBusNodeInfo *node_info)
                        return BLUETOOTH_TELEPHONY_ERROR_INVALID_PARAM;
 
                path = g_strdup(telephony_info.call_path);
-               BT_DBG("path is [%s]", path);
 
                bt_tel_id = g_dbus_connection_register_object(telephony_dbus_info.conn,
                                path, node_info->interfaces[0],
@@ -690,11 +689,10 @@ static int __bluetooth_telephony_proxy_init(void)
        gchar *name;
 
        name = g_strdup_printf("org.tizen.csd.Call.Instance.p%d", getpid());
-       BT_DBG("well-known name: %s", name);
 
        owner_id = g_bus_own_name_on_connection(telephony_dbus_info.conn,
                                name, G_BUS_NAME_OWNER_FLAGS_NONE, NULL, NULL, NULL, NULL);
-       BT_DBG("owner_id: %d", owner_id);
+       BT_DBG("well-known name: %s, owner_id: %d", name, owner_id);
        g_free(name);
 
        node_info = __bt_telephony_create_method_node_info(
@@ -2269,7 +2267,6 @@ static void __bt_telephony_adapter_filter(GDBusConnection *connection,
                        return;
                }
 
-               BT_INFO("Adapter Path = [%s]", path);
                if (strcasecmp(path, DEFAULT_ADAPTER_OBJECT_PATH) == 0) {
                        if (__bt_telephony_get_src_addr(optional_param))
                                BT_ERR("Fail to get the local adapter address");