[gupnp/wip/phako/new-api] wip: Remove debug output



commit 96a3cb6ca0d27c5b55bfb1e3d26803deecce11a3
Author: Jens Georg <mail jensge org>
Date:   Sun Jan 13 17:50:58 2019 +0100

    wip: Remove debug output

 libgupnp/gupnp-service-proxy-action.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/libgupnp/gupnp-service-proxy-action.c b/libgupnp/gupnp-service-proxy-action.c
index 31e15a6..05fa596 100644
--- a/libgupnp/gupnp-service-proxy-action.c
+++ b/libgupnp/gupnp-service-proxy-action.c
@@ -201,7 +201,6 @@ GUPnPServiceProxyAction *
 gupnp_service_proxy_action_ref (GUPnPServiceProxyAction *action)
 {
         g_return_val_if_fail (action, NULL);
-        g_debug ("=> action_action_ref");
 
         return g_atomic_rc_box_acquire (action);
 }
@@ -229,7 +228,6 @@ void
 gupnp_service_proxy_action_unref (GUPnPServiceProxyAction *action)
 {
         g_return_if_fail (action);
-        g_debug ("=> action_unref");
 
         g_atomic_rc_box_release_full (action, (GDestroyNotify) action_dispose);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]