Skip to content

Commit 90b9432

Browse files
committed
remove logger
1 parent fb5c705 commit 90b9432

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Plugins/TSPluginAutoAlpha .cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public override float Value
2929
base.Value = value;
3030
if (gameObject != null)
3131
{
32-
Debug.Log(value.ToString());
3332
gameObject.SetActive(value != 0);
3433
}
3534
}

0 commit comments

Comments
 (0)