Skip to content

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jul 16, 2024
1 parent 0f15b40 commit 362651c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion GalaxyBudsClient/App.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public override void OnFrameworkInitializationCompleted()

if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
{
desktop.MainWindow = null;//MainWindow.Instance;
desktop.MainWindow = MainWindow.Instance;
}

if (Loc.IsTranslatorModeEnabled)
Expand Down
2 changes: 0 additions & 2 deletions GalaxyBudsClient/Interface/MainWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public partial class MainWindow : StyledAppWindow

public MainWindow()
{
Log.Error(new StackTrace().ToString());

InitializeComponent();
this.AttachDevTools();

Expand Down

0 comments on commit 362651c

Please sign in to comment.