remove log

This commit is contained in:
vuong dinh hoang
2026-05-20 15:43:43 +07:00
parent 1a4ab3bdf3
commit cf2f6625ff
28 changed files with 32 additions and 83 deletions
-1
View File
@@ -222,7 +222,6 @@ namespace BrewMonster
{
return;
}
BMLogger.LogError("HoangDev animationName:"+animationName);
bool isState = namedAnimancer.States.TryGet(animationName, out var existingState) ? true : false;
if (isState)
{