Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
Lakritzator committed Jun 14, 2016
1 parent 4cf5b4c commit 0953e5e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dapplo.Jolokia.Ui/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
using Dapplo.LogFacade;
using Dapplo.LogFacade.Loggers;
using Dapplo.Jolokia.Ui.Entities;
using LiveCharts.Wpf;
using LiveCharts.Configurations;

namespace Dapplo.Jolokia.Ui
{
Expand All @@ -52,7 +50,7 @@ public partial class MainWindow

public MainWindow()
{
LogSettings.Logger = new TraceLogger();
LogSettings.RegisterDefaultLogger<TraceLogger>();

InitializeComponent();

Expand Down

0 comments on commit 0953e5e

Please sign in to comment.