Skip to content

Commit

Permalink
Removed unnecessary debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ormanus committed Aug 20, 2019
1 parent a7e727b commit b5e00d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Scripts/Game Object Definitions/Shard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ void Blink() {

private void OnDestroy()
{
Debug.Log("Removing shard... Draggable: " + draggable);
if(AIData.rockFragments.Contains(draggable))
AIData.rockFragments.Remove(draggable);
}
Expand Down

0 comments on commit b5e00d8

Please sign in to comment.