removed debug printout that I forgot to remove before committing
authorhallski <hallski>
Tue, 29 Jul 2003 15:54:03 +0000
changeset 24 0ba4011f5044
parent 23 b8a56b77da30
child 25 489e48440773
removed debug printout that I forgot to remove before committing
loudmouth/lm-message.c
--- a/loudmouth/lm-message.c	Tue Jul 29 13:40:36 2003 +0000
+++ b/loudmouth/lm-message.c	Tue Jul 29 15:54:03 2003 +0000
@@ -127,8 +127,6 @@
 		return NULL;
         }
 
-	g_print("TYPE: %d -> %s\n", type, sub_type_names[type].name);
-
         return sub_type_names[type].name;
 }