From 7abe54225b14c03aa221be7996d8d49c8c6f1ff6 Mon Sep 17 00:00:00 2001
From: Dan <daniel2.lorych@live.uwe.ac.uk>
Date: Tue, 3 May 2022 20:16:01 +0100
Subject: [PATCH] Remove test comment

---
 Helios/Source/ConfiguratorService.cs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Helios/Source/ConfiguratorService.cs b/Helios/Source/ConfiguratorService.cs
index 579bbb6..ecc8ab1 100644
--- a/Helios/Source/ConfiguratorService.cs
+++ b/Helios/Source/ConfiguratorService.cs
@@ -18,7 +18,6 @@ namespace Helios.Source
 			this._maxElevation = GetSunElevation();
 		}
 
-		//test comments
 		public ConfiguratorResult GetResults(ConfiguratorInput input)
         {
 			ConfiguratorResult result = new ConfiguratorResult();
-- 
GitLab