diff --git a/PointCloudWeb.Server/PointCloudWeb.Server/Utils/EthTestData.cs b/PointCloudWeb.Server/PointCloudWeb.Server/Utils/EthTestData.cs index 2823063..95a3dba 100644 --- a/PointCloudWeb.Server/PointCloudWeb.Server/Utils/EthTestData.cs +++ b/PointCloudWeb.Server/PointCloudWeb.Server/Utils/EthTestData.cs @@ -37,13 +37,13 @@ namespace PointCloudWeb.Server.Utils public static void CreateData(PointCloudService pointCloudService) { - var pc = pointCloudService.AddPointCloud(new Guid("c4b9b7fc-0b97-4f52-ad1b-737aeca5ba97")); - LoadPointCloudFromEthFile(pc, "ETH-Data/Hokuyo_0.csv"); - pointCloudService.PointCloudCompleted(pc.Id); - - pc = pointCloudService.AddPointCloud(new Guid("c620b175-ace8-42e5-bf29-55b6c99372bc")); - LoadPointCloudFromEthFile(pc, "ETH-Data/Hokuyo_1.csv"); - pointCloudService.PointCloudCompleted(pc.Id); + // var pc = pointCloudService.AddPointCloud(new Guid("c4b9b7fc-0b97-4f52-ad1b-737aeca5ba97")); + // LoadPointCloudFromEthFile(pc, "ETH-Data/Hokuyo_0.csv"); + // pointCloudService.PointCloudCompleted(pc.Id); + // + // pc = pointCloudService.AddPointCloud(new Guid("c620b175-ace8-42e5-bf29-55b6c99372bc")); + // LoadPointCloudFromEthFile(pc, "ETH-Data/Hokuyo_1.csv"); + // pointCloudService.PointCloudCompleted(pc.Id); } } } \ No newline at end of file