From c2ac30ac2cd9c04ac11c8170fb63d962a8c38b82 Mon Sep 17 00:00:00 2001 From: Tim Wundenberg Date: Thu, 2 Sep 2021 15:56:11 +0200 Subject: [PATCH] disable test data --- .../PointCloudWeb.Server/Utils/EthTestData.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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