From 30d2e008d49dd85a48b35f5560c5516084dbe355 Mon Sep 17 00:00:00 2001 From: Jeremie Desautels Date: Sun, 18 Feb 2018 12:11:03 -0500 Subject: [PATCH] Reverse code change that I did not intend to commit --- Source/StrongGrid.IntegrationTests/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/StrongGrid.IntegrationTests/Program.cs b/Source/StrongGrid.IntegrationTests/Program.cs index 402bd307..a760b795 100644 --- a/Source/StrongGrid.IntegrationTests/Program.cs +++ b/Source/StrongGrid.IntegrationTests/Program.cs @@ -17,7 +17,7 @@ static async Task Main() { // ----------------------------------------------------------------------------- // Do you want to proxy requests through Fiddler (useful for debugging)? - var useFiddler = true; + var useFiddler = false; // As an alternative to Fiddler, you can display debug information about // every HTTP request/response in the console. This is useful for debugging