From cf94439378b6bcaead3d4d25c529f52449742977 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Wed, 1 Feb 2017 00:46:57 +0100 Subject: [PATCH] Removed debug message. --- src/webextension/ext-main.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.20.1