From bd0de523a883e9ab66535ba0e48a9caa1f2d7efb Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Fri, 3 Mar 2017 12:16:48 +0100
Subject: [PATCH] A little bit more silence.

---
 src/ext-proxy.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/ext-proxy.c b/src/ext-proxy.c
index 2e7fb5b..b17f081 100644
--- a/src/ext-proxy.c
+++ b/src/ext-proxy.c
@@ -183,7 +183,6 @@ static void dbus_call(Client *c, const char *method, GVariant *param,
     /* TODO add function to queue calls until the proxy connection is
      * established */
     if (!c->dbusproxy) {
-        g_message("dbus_call without proxy: %s", method);
         return;
     }
     g_dbus_proxy_call(c->dbusproxy, method, param, G_DBUS_CALL_FLAGS_NONE, -1, NULL, callback, c);
-- 
2.20.1