mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 02:35:06 +08:00
chore: remove stray log statement (#1325)
This commit is contained in:
parent
32ea6678f7
commit
e752762d21
@ -33,8 +33,6 @@ namespace nadena.dev.modular_avatar.core
|
|||||||
{
|
{
|
||||||
var curStage = GetCurrentContentsRootId(out _);
|
var curStage = GetCurrentContentsRootId(out _);
|
||||||
|
|
||||||
Debug.Log($"{_lastStage} => {curStage}");
|
|
||||||
|
|
||||||
if (curStage != _lastStage)
|
if (curStage != _lastStage)
|
||||||
{
|
{
|
||||||
_context?.Invalidate?.Invoke();
|
_context?.Invalidate?.Invoke();
|
||||||
@ -117,4 +115,4 @@ namespace nadena.dev.modular_avatar.core
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user