(svn r1145) Remove stray line which crept in in last commit
authortron
Fri, 17 Dec 2004 09:02:41 +0000
changeset 696 07448fc0e1a2
parent 695 5f5be150296f
child 697 eaada71b7c85
(svn r1145) Remove stray line which crept in in last commit
oldloader.c
--- a/oldloader.c	Fri Dec 17 09:01:24 2004 +0000
+++ b/oldloader.c	Fri Dec 17 09:02:41 2004 +0000
@@ -1381,7 +1381,6 @@
 	#endif
 
 	// copy sections of it to our datastructures.
-	fprintf(stderr, "moo\n");
 	map_size = MapSize();
 	memcpy(_map_owner, m->map_owner, map_size);
 	memcpy(_map2, m->map2, map_size);