diff --git a/src/AppsLauncher/Libraries/FileTypeAssoc.cs b/src/AppsLauncher/Libraries/FileTypeAssoc.cs index c06c31e..d8f5bde 100644 --- a/src/AppsLauncher/Libraries/FileTypeAssoc.cs +++ b/src/AppsLauncher/Libraries/FileTypeAssoc.cs @@ -1,6 +1,5 @@ namespace AppsLauncher.Libraries { - using System; using System.ComponentModel; using System.Linq; using System.Windows.Forms; @@ -62,8 +61,6 @@ internal static class FileTypeAssoc { assocData.IconPath = dialog.IconPath; assocData.IconId = dialog.IconId.ToString(); - MessageBox.Show(dialog.IconPath + @"," + dialog.IconId); - Environment.Exit(0); } }