From: Daniel Carl <danielcarl@gmx.de>
Date: Fri, 3 Mar 2017 11:16:48 +0000 (+0100)
Subject: A little bit more silence.
X-Git-Url: https://git.owens.tech/projects.html/projects.html/git?a=commitdiff_plain;h=bd0de523a883e9ab66535ba0e48a9caa1f2d7efb;p=vimb.git

A little bit more silence.
---

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);