Skip to content

Commit 3254133

Browse files
committed
rm log
1 parent 092347a commit 3254133

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Packages/com.ryxali.fsmforunity/Runtime/Debugging/DebugMachine.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public DebugMachine(IDebuggableMachine machine,
4040
for (var en = t.GetFrames().GetEnumerator(); en.MoveNext() && declaringType == null;)
4141
{
4242
var type = ((StackFrame)en.Current).GetMethod().DeclaringType;
43-
UnityEngine.Debug.Log(type);
4443
if (!typeof(FSMMachine.IBuilder).IsAssignableFrom(type))
4544
{
4645
declaringType = type;

0 commit comments

Comments
 (0)