mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Removed debug catch
This commit is contained in:
parent
9a4aeb7ec7
commit
637765d840
1 changed files with 1 additions and 6 deletions
|
@ -4359,11 +4359,6 @@ BfTypedValue BfExprEvaluator::LookupField(BfAstNode* targetSrc, BfTypedValue tar
|
|||
|
||||
mModule->SetElementType(targetSrc, BfSourceElementType_Method);
|
||||
|
||||
if ((prop->mName == "Track") && (mModule->mCurMethodInstance->mMethodDef->mName == "Add"))
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
mPropSrc = targetSrc;
|
||||
mPropDef = prop;
|
||||
mPropCheckedKind = checkedKind;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue