Skip to content

Commit

Permalink
Reverse code change that I did not intend to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Feb 18, 2018
1 parent 7224485 commit 30d2e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/StrongGrid.IntegrationTests/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ static async Task<int> 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
Expand Down

0 comments on commit 30d2e00

Please sign in to comment.