Browse Source

Cleanup code

Nick Steyer 1 year ago
parent
commit
f20a6733ca
1 changed files with 0 additions and 3 deletions
  1. 0 3
      Assets/Calibration/CalibrationTestMarkerBehavior.cs

+ 0 - 3
Assets/Calibration/CalibrationTestMarkerBehavior.cs

@@ -13,9 +13,6 @@ public class CalibrationTestMarkerBehavior : MonoBehaviour
         personManagerLazy = new Lazy<PersonManager>(FindObjectOfType<PersonManager>);
     }
 
-    void Start()
-    {
-    }
 
     void Update()
     {