Removed test code

This commit is contained in:
nathan 2017-07-16 02:19:37 +02:00
parent 086085a5ce
commit 08b86cf16f

View File

@ -129,9 +129,7 @@ class TestTray {
public
void actionPerformed(final ActionEvent e) {
try {
// Desktop.browseURL("https://github.com/dorkbox/SystemTray");
// Desktop.browseDirectory("/");
Desktop.launchEmail("foo@example.com");
Desktop.browseURL("https://github.com/dorkbox/SystemTray");
} catch (IOException e1) {
e1.printStackTrace();
}