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 {