Skip to content

Commit 0f71d2c

Browse files
committed
chore: removing old code
1 parent 15983a8 commit 0f71d2c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Assets/Scripts/TrajectoryPlanner/TrajectoryPlannerManager.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,6 @@ void Update()
254254
return;
255255
}
256256
}
257-
258-
259-
//if (Input.GetKey(KeyCode.LeftControl) && Input.GetKeyDown(KeyCode.P))
260-
// _coenProbe = AddNewProbe(8).GetComponent<EightShankProbeControl>();
261257
}
262258

263259
private void LateUpdate()

0 commit comments

Comments
 (0)