Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Aug 21, 2020
1 parent c31d9d8 commit 30a5b5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Uno/Prism.Uno/PrismApplicationBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ public virtual void Initialize()
if (shell != null)
{
MvvmHelpers.AutowireViewModel(shell);
_containerExtension.Resolve<IRegionNavigationService>().NavigationFailed += (s, e) => Console.WriteLine($"Region navigation failed {e.Error}");
InitializeShell(shell);

void FinalizeInitialization()
Expand Down

0 comments on commit 30a5b5b

Please sign in to comment.