From e1937df8072d052a5498c168aae2c748cf9b7bec Mon Sep 17 00:00:00 2001 From: bao-qian Date: Fri, 1 May 2020 01:35:19 +0800 Subject: [PATCH] fixup --- Wox.Infrastructure/Logger/Log.cs | 1 - Wox/App.xaml.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/Wox.Infrastructure/Logger/Log.cs b/Wox.Infrastructure/Logger/Log.cs index 7d88cd57b..90f6406f4 100644 --- a/Wox.Infrastructure/Logger/Log.cs +++ b/Wox.Infrastructure/Logger/Log.cs @@ -6,7 +6,6 @@ using NLog; using NLog.Config; using NLog.Targets; -using Sentry; using Wox.Infrastructure.Exception; using Wox.Infrastructure.UserSettings; diff --git a/Wox/App.xaml.cs b/Wox/App.xaml.cs index 06aacb949..be8c2cf1d 100644 --- a/Wox/App.xaml.cs +++ b/Wox/App.xaml.cs @@ -22,7 +22,6 @@ using Wox.ViewModel; using Stopwatch = Wox.Infrastructure.Stopwatch; using Wox.Infrastructure.Exception; -using Sentry; namespace Wox {