Skip to content

Commit

Permalink
Reduce debug spam in PanelSlider
Browse files Browse the repository at this point in the history
  • Loading branch information
StollD committed Aug 12, 2018
1 parent bb9d4e1 commit ad15ee5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Unity Project/IC Viewer/Assets/Scripts/PanelSlider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ public void TogglePanel()

void Update ()
{
Debug.Log("1: " + EnabledPanel.transform.position);
Debug.Log("2: " + _enabledPosition);
Debug.Log("3: " + DisabledPanel.transform.position);
Debug.Log("4: " + _disabledPostion);
if (!(EnabledPanel.transform.position == _enabledPosition))
{
EnabledPanel.transform.position = Vector3.Lerp(EnabledPanel.transform.position, _enabledPosition,
Expand Down

0 comments on commit ad15ee5

Please sign in to comment.