mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
Removed debug string
This commit is contained in:
parent
d89c63290d
commit
b47f230345
1 changed files with 1 additions and 3 deletions
|
@ -6094,8 +6094,6 @@ void BfModule::DoTypeInstanceMethodProcessing(BfTypeInstance* typeInstance)
|
||||||
methodString = MethodToString(ifaceMethodInst);
|
methodString = MethodToString(ifaceMethodInst);
|
||||||
}
|
}
|
||||||
|
|
||||||
OutputDebugStrF("Failed in %s %p\n", mModuleName.c_str(), this);
|
|
||||||
|
|
||||||
BfTypeDeclaration* typeDecl = declTypeDef->mTypeDeclaration;
|
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);
|
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))
|
if ((matchedMethod != NULL) && (error != NULL))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue