summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsung.goo.kim <sung.goo.kim@samsung.com>2016-01-20 07:24:44 +0900
committersung.goo.kim <sung.goo.kim@samsung.com>2016-01-20 07:24:44 +0900
commit2cd6418940c1ef7725382368e81e3bb4d7457a20 (patch)
treebcd4dd426985b9170d9a03220ad6d074119f5b28
parenta85210fd9176005b0e798823a158484971a1e1d5 (diff)
downloadiotcon-2cd6418940c1ef7725382368e81e3bb4d7457a20.tar.gz
iotcon-2cd6418940c1ef7725382368e81e3bb4d7457a20.tar.bz2
iotcon-2cd6418940c1ef7725382368e81e3bb4d7457a20.zip
Remove g_variant_print
Change-Id: Iedb13e586fa657929cb2e9b52dc0608ff8f04918
-rw-r--r--lib/icl-dbus-type.c2
-rw-r--r--lib/icl-payload.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/icl-dbus-type.c b/lib/icl-dbus-type.c
index 3cb9ea2..43683b2 100644
--- a/lib/icl-dbus-type.c
+++ b/lib/icl-dbus-type.c
@@ -107,8 +107,6 @@ GVariant* icl_dbus_response_to_gvariant(struct icl_resource_response *response)
response->oic_request_h,
response->oic_resource_h);
- DBG("response : %s", g_variant_print(value, FALSE));
-
return value;
}
diff --git a/lib/icl-payload.c b/lib/icl-payload.c
index 177199c..c0ece70 100644
--- a/lib/icl-payload.c
+++ b/lib/icl-payload.c
@@ -409,8 +409,6 @@ iotcon_representation_h icl_representation_from_gvariant(GVariant *var)
return NULL;
}
- DBG("repr : %s", g_variant_print(var, FALSE));
-
g_variant_get(var, "(&siasa{sv}av)", &uri_path, &repr->interfaces,
&resource_types, &repr_gvar, &children);