[gnome-color-manager] trivial: remove a ton of debugging at startup



commit 33467781c09c1d2e8ec632bdc071674e40ae51a3
Author: Richard Hughes <richard hughsie com>
Date:   Tue Jan 19 11:35:56 2010 +0000

    trivial: remove a ton of debugging at startup

 src/gcm-profile-lcms1.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-profile-lcms1.c b/src/gcm-profile-lcms1.c
index 180871b..7c3b837 100644
--- a/src/gcm-profile-lcms1.c
+++ b/src/gcm-profile-lcms1.c
@@ -666,7 +666,7 @@ gcm_profile_lcms1_parse_data (GcmProfile *profile, const guint8 *data, gsize len
 		tag_size = gcm_parser_decode_32 (data + GCM_BODY + offset + GCM_TAG_SIZE);
 
 		/* print tag */
-		egg_debug ("tag %x is present at 0x%x with size %u", tag_id, tag_offset, tag_size);
+//		egg_debug ("tag %x is present at 0x%x with size %u", tag_id, tag_offset, tag_size);
 
 		if (tag_id == icSigProfileDescriptionTag) {
 			text = gcm_profile_lcms1_parse_multi_localized_unicode (profile_lcms1, data + tag_offset, tag_size);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]