[Minor] Remove unnecessary main method

This commit is contained in:
Robert von Burg 2023-04-06 07:48:39 +02:00
parent b387cc2d21
commit 7b6e881b21
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
1 changed files with 0 additions and 4 deletions

View File

@ -109,8 +109,4 @@ public class SystemHelper {
+ SystemHelper.getUsedMemory() + ", Free: "
+ SystemHelper.getFreeMemory();
}
public static void main(String[] args) {
System.getProperties().list(System.out);
}
}