foxygit / doom Log in
commit 66388c26e971b06a6940620c78d75796f178bcf5
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Sep 24 15:26:48 2011 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sat Sep 24 15:26:48 2011 +0000

    Oops.

    Subversion-branch: /branches/v2-branch
    Subversion-revision: 2393
---
 src/d_iwad.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/d_iwad.c b/src/d_iwad.c
index f4e10339..8c29352b 100644
--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -449,7 +449,6 @@ static GameMission_t IdentifyIWADByName(char *name, int mask)
         if (!strcasecmp(name, iwads[i].name))
         {
             mission = iwads[i].mission;
-printf("identified %s: mission = %i\n", name, mission);
             break;
         }
     }