mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 10:08:00 +02:00
Release mode fix
This commit is contained in:
parent
c0e19171d4
commit
15c62583a2
4 changed files with 28 additions and 13 deletions
|
@ -120,9 +120,6 @@ namespace Tests
|
|||
for (let field in typeof(T).GetFields())
|
||||
if (!field.IsStatic)
|
||||
fieldCount++;
|
||||
|
||||
//Debug.WriteLine($"{fieldCount}");
|
||||
|
||||
return fieldCount;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue