Skip to content

Commit

Permalink
removed debug logging about visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsndk committed Jun 27, 2019
1 parent 3042973 commit 02ca8a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Scripts/Screeps3D/RoomObjects/Views/SourceView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public void Delta(JSONObject data)
// Map range to visibility range
var visibility = minVisibility + (maxVisibility - minVisibility) * ((current - minimum) / (maximum - minimum));

Debug.Log("visibility is " + visibility);
_Visibility.SetVisibility(visibility);
}

Expand Down

0 comments on commit 02ca8a4

Please sign in to comment.