From: Daniel Carl <danielcarl@gmx.de>
Date: Tue, 31 Jan 2017 23:46:57 +0000 (+0100)
Subject: Removed debug message.
X-Git-Url: https://git.owens.tech/assets/112-editable-focus.html/assets/112-editable-focus.html/git?a=commitdiff_plain;h=cf94439378b6bcaead3d4d25c529f52449742977;p=vimb.git

Removed debug message.
---

diff --git a/src/webextension/ext-main.c b/src/webextension/ext-main.c
index f2d5d75..ae1fe72 100644
--- a/src/webextension/ext-main.c
+++ b/src/webextension/ext-main.c
@@ -141,7 +141,6 @@ static void on_dbus_connection_created(GObject *source_object,
     GDBusConnection *connection;
     GError *error = NULL;
 
-    g_message("on_dbus_connection_created");
     if (!node_info) {
         node_info = g_dbus_node_info_new_for_xml(introspection_xml, NULL);
     }