[monkey-bubble: 84/753] Fix from Kang-Jin Lee <lee tengu arco de>



commit 8b7a9c2c9ca980288c9de5914a8998e9549d4c88
Author: Elliot Lee <sopwith src gnome org>
Date:   Fri Oct 9 18:08:47 1998 +0000

    Fix from Kang-Jin Lee <lee tengu arco de>
    
    
    
    Fix from Kang-Jin Lee <lee tengu arco de>

 libgnome/gnome-score.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libgnome/gnome-score.c b/libgnome/gnome-score.c
index da4010d..ec250c3 100644
--- a/libgnome/gnome-score.c
+++ b/libgnome/gnome-score.c
@@ -111,9 +111,6 @@ log_score (const gchar * progname, const gchar * level, gchar * username,
 	     if(sscanf(buf, "%f %ld %s", &ascore, &atime, name) != 3)
 	       break;
 
-	     g_message("Got score %f time %ld name %s",
-		       ascore, atime, name);
-
 	     anitem = g_new(struct ascore_t, 1);
 	     anitem->score = ascore;
 	     anitem->username = g_strdup (name);



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