aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/dbusmenu-dumper.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/dbusmenu-dumper.c b/tools/dbusmenu-dumper.c
index 40ab1e1..9e66236 100644
--- a/tools/dbusmenu-dumper.c
+++ b/tools/dbusmenu-dumper.c
@@ -445,12 +445,10 @@ main (int argc, char ** argv)
g_printerr("ERROR: could not get the id for the pointed window\n");
return 1;
}
- g_debug("window: %u", (unsigned int)window);
if (!init_dbus_vars_from_window(window)) {
g_printerr("ERROR: could not find a menu for the pointed window\n");
return 1;
}
- g_debug("dbusname: %s, dbusobject: %s", dbusname, dbusobject);
} else {
if (dbusname == NULL) {
g_printerr("ERROR: dbus-name not specified\n");