From e2de258498d15a4bc98038dcfc5b61e69ef0b78b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 10 Feb 2016 12:09:14 +0100 Subject: [PATCH] - remove debug output. --- src/dobjtype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dobjtype.cpp b/src/dobjtype.cpp index b5d758bfcc..2c45f483c4 100644 --- a/src/dobjtype.cpp +++ b/src/dobjtype.cpp @@ -2414,7 +2414,7 @@ PClass *PClass::FindClassTentative(FName name, bool fatal) return static_cast(found); } PClass *type = static_cast(GetClass()->CreateNew()); - Printf("Creating placeholder class %s : %s\n", name.GetChars(), TypeName.GetChars()); + DPrintf("Creating placeholder class %s : %s\n", name.GetChars(), TypeName.GetChars()); type->TypeName = name; type->ParentClass = this;