projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a825ba9
)
Removed debug message.
author
Daniel Carl
<danielcarl@gmx.de>
Tue, 31 Jan 2017 23:46:57 +0000
(
00:46
+0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Tue, 31 Jan 2017 23:46:57 +0000
(
00:46
+0100)
src/webextension/ext-main.c
patch
|
blob
|
history
diff --git
a/src/webextension/ext-main.c
b/src/webextension/ext-main.c
index
f2d5d75
..
ae1fe72
100644
(file)
--- 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);
}