From 9bb3953fdf3b998c29a5f662c2f3aa4bd25f960c Mon Sep 17 00:00:00 2001 From: zwarenelle Date: Mon, 24 Jun 2024 20:18:15 +0200 Subject: [PATCH] add comment --- src/Server/RobotControlServer/Routes/RoutePlan.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Server/RobotControlServer/Routes/RoutePlan.cs b/src/Server/RobotControlServer/Routes/RoutePlan.cs index a778123..4b19c87 100644 --- a/src/Server/RobotControlServer/Routes/RoutePlan.cs +++ b/src/Server/RobotControlServer/Routes/RoutePlan.cs @@ -21,7 +21,6 @@ public class RoutePlan: IRoute { if (parsedBody?.objects == null) { throw new Exception("objectData is null"); } - // ParsedBody?.objects = [[0,1],[0,2],...] // New instance of CPP with a 500x500 grid || where 0,0 = top-left and 499, 499 = bottom-right