remove test code

This commit is contained in:
Lion Kortlepel
2024-03-07 00:42:36 +01:00
parent 590b159f14
commit e4826e8bf1
3 changed files with 0 additions and 13 deletions

View File

@@ -860,7 +860,6 @@ TLuaEngine::StateThreadData::StateThreadData(const std::string& Name, TLuaStateI
Result[name]["min"] = stat.min;
Result[name]["max"] = stat.max;
Result[name]["n"] = stat.n;
Result[name]["total_calls"] = stat.total_calls;
}
return Result;
});