From 622c49d057b76bff39ae3eb2fab16469f5a32807 Mon Sep 17 00:00:00 2001 From: Tom Gardham-Pallister Date: Tue, 17 Jan 2017 15:59:39 +0000 Subject: [PATCH] removed comment --- test/Ocelot.AcceptanceTests/TestConfiguration.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Ocelot.AcceptanceTests/TestConfiguration.cs b/test/Ocelot.AcceptanceTests/TestConfiguration.cs index a9776c1b..0aa730be 100644 --- a/test/Ocelot.AcceptanceTests/TestConfiguration.cs +++ b/test/Ocelot.AcceptanceTests/TestConfiguration.cs @@ -5,7 +5,6 @@ public static class TestConfiguration { public static double Version => 1.4; - //public static string Runtime => "win10-x64"; public static string ConfigurationPath => GetConfigurationPath(); public static string GetConfigurationPath()