diff --git a/arduino-core/src/processing/app/windows/Platform.java b/arduino-core/src/processing/app/windows/Platform.java index 2b426f728..3cdb10594 100644 --- a/arduino-core/src/processing/app/windows/Platform.java +++ b/arduino-core/src/processing/app/windows/Platform.java @@ -289,7 +289,6 @@ public class Platform extends processing.app.Platform { return ExtUser32.INSTANCE.GetDpiForSystem(); } catch (Throwable e) { // DPI detection failed, fall back with default - System.out.println("DPI detection failed, fallback to 96 dpi"); return -1; } }