diff options
author | Ted Gould <ted@gould.cx> | 2010-08-26 14:17:39 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-26 14:17:39 -0500 |
commit | db3d95c01f91456d042c507c9dfe91e75276c5e8 (patch) | |
tree | 106b9b6cc3d5bd8fb8edffb4c3ba823c4c040d0e /tests | |
parent | 15501ea22301d17dc7d193f1ece226ee657e59c3 (diff) | |
download | libdbusmenu-db3d95c01f91456d042c507c9dfe91e75276c5e8.tar.gz libdbusmenu-db3d95c01f91456d042c507c9dfe91e75276c5e8.tar.bz2 libdbusmenu-db3d95c01f91456d042c507c9dfe91e75276c5e8.zip |
Removing death timer message
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-gtk-label-client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-gtk-label-client.c b/tests/test-gtk-label-client.c index 070c278..4316b8e 100644 --- a/tests/test-gtk-label-client.c +++ b/tests/test-gtk-label-client.c @@ -105,7 +105,6 @@ verify_root_to_layout(DbusmenuMenuitem * mi, proplayout_t * layout) static gboolean timer_func (gpointer data) { - g_debug("Death timer. Oops. Got to: %d", layouton); passed = TRUE; g_main_loop_quit(mainloop); return FALSE; |