Browse Source

Code cleanup.

pull/294/head
Sebastian 8 years ago
parent
commit
6e3a6df181
  1. 2
      src/Squidex/Pipeline/RequestLogPerformanceMiddleware.cs

2
src/Squidex/Pipeline/RequestLogPerformanceMiddleware.cs

@ -5,8 +5,6 @@
// All rights reserved. Licensed under the MIT license.
// ==========================================================================
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Squidex.Infrastructure;

Loading…
Cancel
Save