Skip to content

Commit

Permalink
remove useless log
Browse files Browse the repository at this point in the history
  • Loading branch information
stilnat committed Aug 19, 2023
1 parent 600a872 commit ef09a17
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ private void SyncInventoryContainerChange(SyncListOperation op, int index, Attac
OnInventoryContainerAdded?.Invoke(newContainer);
break;
case SyncListOperation.RemoveAt:
Debug.Log("remove container " + oldContainer);
OnInventoryContainerRemoved?.Invoke(oldContainer);
break;
}
Expand Down

0 comments on commit ef09a17

Please sign in to comment.