mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-07 01:54:26 +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();
|
return ExtUser32.INSTANCE.GetDpiForSystem();
|
||||||
} catch (Throwable e) {
|
} catch (Throwable e) {
|
||||||
// DPI detection failed, fall back with default
|
// DPI detection failed, fall back with default
|
||||||
System.out.println("DPI detection failed, fallback to 96 dpi");
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user