Skip to content

Commit

Permalink
Merge pull request #34 from henrikmerlander/patch-1
Browse files Browse the repository at this point in the history
Logging performance issue
  • Loading branch information
srenault authored Feb 12, 2019
2 parents 2287e75 + 13263d8 commit b377596
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/prismic/Form.cs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ public async Task<Response> Submit() {
}
}
api.Logger.log ("DEBUG", "Fetching URL: " + url);
Console.WriteLine ("Fetching URL: " + url);
var json = await api.PrismicHttpClient.fetch (url, api.Logger, api.Cache);
return Response.Parse(json);
} else {
Expand Down

0 comments on commit b377596

Please sign in to comment.