mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-03 09:42:54 +00:00
Entferne unbenutzte Klasse zur Fehlerausgabe über System.out.println()
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
package DNPM;
|
||||
|
||||
public class logger {
|
||||
public static void error (String messagetext) {
|
||||
System.out.println(messagetext);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user