1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-19 08:52:15 +01:00

Win: Removed DPI detection debug output

This commit is contained in:
Cristian Maglie 2018-01-26 16:42:50 +01:00 committed by Cristian Maglie
parent e35c67b6a9
commit c81de4fead

View File

@ -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;
}
}