Remove debug cruft from e218759c0c

This commit is contained in:
Norman Maurer 2017-08-08 17:01:31 +02:00
parent e218759c0c
commit b30c4f899f

View File

@ -935,7 +935,6 @@ public final class PlatformDependent {
private static boolean isOsx0() {
String osname = SystemPropertyUtil.get("os.name", "").toLowerCase(Locale.US)
.replaceAll("[^a-z0-9]+", "");
System.err.println("osname=" + osname);
boolean osx = osname.startsWith("macosx") || osname.startsWith("osx");
if (osx) {