summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/w_wad.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/w_wad.c b/src/w_wad.c
index 4e9a3808..5e8816c6 100644
--- a/src/w_wad.c
+++ b/src/w_wad.c
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: w_wad.c 436 2006-03-24 20:39:08Z fraggle $
+// $Id: w_wad.c 437 2006-03-24 20:39:28Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -66,7 +66,7 @@
static const char
-rcsid[] = "$Id: w_wad.c 436 2006-03-24 20:39:08Z fraggle $";
+rcsid[] = "$Id: w_wad.c 437 2006-03-24 20:39:28Z fraggle $";
#include <ctype.h>
@@ -360,8 +360,6 @@ int W_CheckNumForName (char* name)
{
int hash;
- printf("looking up %s\n", name);
-
// We do! Excellent.
hash = W_LumpNameHash(name) % numlumps;