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:
parent
e35c67b6a9
commit
c81de4fead
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user