From 1008a20471708bf60a7a0f140534e2964b67a171 Mon Sep 17 00:00:00 2001 From: Jesse van den Kieboom Date: Sun, 8 Jan 2006 16:34:24 +0000 Subject: [PATCH] Removed debug messages --- gnoemoe/gm-world.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnoemoe/gm-world.c b/gnoemoe/gm-world.c index 2f64d09..47f9f40 100644 --- a/gnoemoe/gm-world.c +++ b/gnoemoe/gm-world.c @@ -723,10 +723,7 @@ gm_world_parse_legacy_editing_start(GmWorld *world, gchar *line) { einfo->is_editing = TRUE; einfo->name = g_strndup(name_start + 6, (upload_start - name_start) - 6); - einfo->upload = g_strndup(upload_start + 9, (upload_start - line) + 9); - - GM_DEBUG("Editing info: %s %s", einfo->name, einfo->upload); - + einfo->upload = g_strndup(upload_start + 9, (upload_start - line) + 9); einfo->lines = NULL; }