chiark / gitweb /
Rogue diagnostic!
authorSimon Tatham <anakin@pobox.com>
Tue, 28 Jun 2005 08:35:55 +0000 (08:35 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 28 Jun 2005 08:35:55 +0000 (08:35 +0000)
[originally from svn r6028]

midend.c

index bcc842f97bfbdc66b4bfe82534d83c9200b3b077..e5458414e5db73b88209a20cb22d18f446455304 100644 (file)
--- a/midend.c
+++ b/midend.c
@@ -772,7 +772,6 @@ void midend_supersede_game_desc(midend_data *me, char *desc, char *privdesc)
 {
     sfree(me->desc);
     sfree(me->privdesc);
-printf("%s\n%s\n", desc, privdesc);
     me->desc = dupstr(desc);
     me->privdesc = privdesc ? dupstr(privdesc) : NULL;
 }