[libdmapsharing] Remove debug statement



commit cfa81ab592d90141419d18bc20f69c289735763f
Author: W. Michael Petullo <mike flyn org>
Date:   Sat May 8 04:10:42 2010 -0500

    Remove debug statement
    
    Remove a debug statement that I accidentally left in place.
    Signed-off-by: W. Michael Petullo <mike flyn org>

 ChangeLog                       |    4 ++++
 libdmapsharing/dmap-structure.c |    1 -
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a939c64..8d768be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+07 May 2010 W. Michael Petullo <mike flyn org>
+
+	* Send artist and album sort order to DAAP clients.
+
 17 March 2010 W. Michael Petullo <mike flyn org>
 
 	* Make _dmap_share_add_playlist_to_mlcl a proper GHashFunc.
diff --git a/libdmapsharing/dmap-structure.c b/libdmapsharing/dmap-structure.c
index 4608bf7..bff6a82 100644
--- a/libdmapsharing/dmap-structure.c
+++ b/libdmapsharing/dmap-structure.c
@@ -599,7 +599,6 @@ dmap_structure_add (GNode *parent,
 	va_start (list, cc);
 
 	dmap_type = dmap_content_code_dmap_type (cc);
-	g_print ("%d %d %d %d\n\n\n", dmap_type, cc, DMAP_TYPE_SHORT, DMAP_TYPE_STRING);
 	gtype = dmap_content_code_gtype (cc);
 
 	item = g_new0(DMAPStructureItem, 1);



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