- remove debug output.

This commit is contained in:
Christoph Oelckers 2016-02-10 12:09:14 +01:00
parent 3e5d1feecd
commit e2de258498
1 changed files with 1 additions and 1 deletions

View File

@ -2414,7 +2414,7 @@ PClass *PClass::FindClassTentative(FName name, bool fatal)
return static_cast<PClass *>(found);
}
PClass *type = static_cast<PClass *>(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;