removed test message box

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@810 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2009-03-03 05:35:11 +00:00
parent 777b1e5804
commit e003a58a67
+2 -2
View File
@@ -568,8 +568,8 @@ namespace ProcessHacker
}
}
}
catch (Exception ex)
{ MessageBox.Show(ex.ToString()); }
catch
{ }
listEnvironment.EndUpdate();
}