Remove g_variant_print 05/57405/1
authorsung.goo.kim <sung.goo.kim@samsung.com>
Tue, 19 Jan 2016 22:24:44 +0000 (07:24 +0900)
committersung.goo.kim <sung.goo.kim@samsung.com>
Tue, 19 Jan 2016 22:24:44 +0000 (07:24 +0900)
Change-Id: Iedb13e586fa657929cb2e9b52dc0608ff8f04918

lib/icl-dbus-type.c
lib/icl-payload.c

index 3cb9ea25bf1c9192bd5932dfd820aa9aab0a4b21..43683b21c1728e879b86628809589076f17a7ce7 100644 (file)
@@ -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;
 }
 
index 177199c4ed6db76d6603875b2e3f9652045be360..c0ece7061d5a6e6b6d3aaa9f4dfc598af2956829 100644 (file)
@@ -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);