[gupnp] Remove stray g_print in the code



commit 320f1a2f2c21f17a30b1565533dbe70871466588
Author: Jens Georg <mail jensge org>
Date:   Mon Jan 3 19:34:27 2022 +0100

    Remove stray g_print in the code

 libgupnp/gupnp-context.c       | 2 --
 libgupnp/gupnp-service-proxy.c | 1 -
 libgupnp/gupnp-service.c       | 2 --
 3 files changed, 5 deletions(-)
---
diff --git a/libgupnp/gupnp-context.c b/libgupnp/gupnp-context.c
index bef53f8..d20e5cc 100644
--- a/libgupnp/gupnp-context.c
+++ b/libgupnp/gupnp-context.c
@@ -1537,8 +1537,6 @@ _gupnp_context_add_server_handler_with_data (GUPnPContext *context,
 
         g_return_if_fail (GUPNP_IS_CONTEXT (context));
 
-        g_print ("Adding ACL-Protected handler for %s\n", path);
-
         priv = gupnp_context_get_instance_private (context);
         soup_server_add_handler (priv->server,
                                  path,
diff --git a/libgupnp/gupnp-service-proxy.c b/libgupnp/gupnp-service-proxy.c
index 4fce193..66ba886 100644
--- a/libgupnp/gupnp-service-proxy.c
+++ b/libgupnp/gupnp-service-proxy.c
@@ -1906,7 +1906,6 @@ subscribe (GUPnPServiceProxy *proxy)
                 char *local_sub_url = NULL;
 
                 local_sub_url = gupnp_context_rewrite_uri (context, sub_url);
-                g_print ("local_sub_uri: %s\n", local_sub_url);
                 g_free (sub_url);
 
                 msg = soup_message_new (GENA_METHOD_SUBSCRIBE, local_sub_url);
diff --git a/libgupnp/gupnp-service.c b/libgupnp/gupnp-service.c
index d75a655..f86f6af 100644
--- a/libgupnp/gupnp-service.c
+++ b/libgupnp/gupnp-service.c
@@ -823,8 +823,6 @@ subscription_server_handler (G_GNUC_UNUSED SoupServer *server,
         SoupMessageHeaders *request_headers =
                 soup_server_message_get_request_headers (msg);
 
-        g_print ("Got SUBSCRIBE handler request\n");
-
         const char *host =
                 soup_message_headers_get_one (request_headers, "Host");
         GUPnPContext *context = gupnp_service_info_get_context (user_data);


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