diff --git a/QuickLook/ViewerWindow.Actions.cs b/QuickLook/ViewerWindow.Actions.cs index 10de92f..1d77f58 100644 --- a/QuickLook/ViewerWindow.Actions.cs +++ b/QuickLook/ViewerWindow.Actions.cs @@ -208,16 +208,7 @@ public partial class ViewerWindow if (!IsVisible) { Dispatcher.BeginInvoke(new Action(() => this.BringToFront(Topmost)), DispatcherPriority.Render); - - try - { - Show(); - } - catch (Exception ex) - { - Debug.WriteLine(ex); - ProcessHelper.WriteLog(ex.ToString()); - } + Show(); } //ShowWindowCaptionContainer(null, null);