mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Removed debug string
This commit is contained in:
parent
d89c63290d
commit
b47f230345
1 changed files with 1 additions and 3 deletions
|
@ -6093,9 +6093,7 @@ void BfModule::DoTypeInstanceMethodProcessing(BfTypeInstance* typeInstance)
|
|||
SetAndRestoreValue<BfMethodInstance*> prevMethodInstance(mCurMethodInstance, ifaceMethodInst);
|
||||
methodString = MethodToString(ifaceMethodInst);
|
||||
}
|
||||
|
||||
OutputDebugStrF("Failed in %s %p\n", mModuleName.c_str(), this);
|
||||
|
||||
|
||||
BfTypeDeclaration* typeDecl = declTypeDef->mTypeDeclaration;
|
||||
BfError* error = Fail(StrFormat("'%s' does not implement interface member '%s'", TypeToString(typeInstance).c_str(), methodString.c_str()), typeDecl->mNameNode, true);
|
||||
if ((matchedMethod != NULL) && (error != NULL))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue