Skip to content

Commit abd75d0

Browse files
update
Removing debug log info.
1 parent 6e9530e commit abd75d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

com.unity.netcode.gameobjects/Runtime/Components/Helpers/AttachableBehaviour.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,6 @@ private void UpdateAttachState(AttachState attachState, AttachableNode attachabl
254254
/// </summary>
255255
internal void InternalAttach(AttachableNode attachableNode)
256256
{
257-
if (attachableNode.NetworkManager != NetworkManager)
258-
{
259-
Debug.Log("Blam!");
260-
}
261257
m_AttachState = AttachState.Attached;
262258
m_AttachableNode = attachableNode;
263259
// Attachables are always local space relative

0 commit comments

Comments
 (0)