[nautilus-actions] Remove useless debug messages on NAIDuplicable
- From: Pierre Wieser <pwieser src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Remove useless debug messages on NAIDuplicable
- Date: Sat, 26 Sep 2009 22:50:31 +0000 (UTC)
commit e28f20f4fbcc25f0ccace838e58c4a90cc9ef496
Author: Pierre Wieser <pwieser trychlos org>
Date: Sat Sep 26 22:13:12 2009 +0200
Remove useless debug messages on NAIDuplicable
src/common/na-iduplicable.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/common/na-iduplicable.c b/src/common/na-iduplicable.c
index 137d260..7414481 100644
--- a/src/common/na-iduplicable.c
+++ b/src/common/na-iduplicable.c
@@ -599,9 +599,7 @@ set_valid( const NAIDuplicable *object, gboolean is_valid )
if( was_valid != is_valid ){
g_object_set_data( G_OBJECT( object ), NA_IDUPLICABLE_PROP_IS_VALID, GUINT_TO_POINTER( is_valid ));
- g_debug( "about to emit NA_IDUPLICABLE_SIGNAL_VALID_CHANGED signal" );
g_signal_emit_by_name( G_OBJECT( object ), NA_IDUPLICABLE_SIGNAL_VALID_CHANGED, object );
- g_debug( "quatre" );
#if NA_IDUPLICABLE_EDITION_STATUS_DEBUG
g_debug( "na_iduplicable_set_valid: object=%p (%s) valid=%s",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]