On Sun, 14 Jun 2020 19:19:15 GMT, Jose Pereda <[email protected]> wrote:
>> This PR comments out too verbose console logging, as it has been done with
>> some other fprintf calls.
>> As a follow up of this PR, a custom directive that enables this output if
>> needed can be considered.
>
> Jose Pereda has updated the pull request incrementally with one additional
> commit since the last revision:
>
> Call fprintf only if pulse logging was requested
modules/javafx.graphics/src/main/native-prism-es2/ios/IOSWindowSystemInterface.m
line 86:
> 85: if (pulseLoggingRequested) {
> 86: fprintf(stderr, "IOSWindowSystemInterface : deleteContext
> unimp\n");
> 87: }
this doesn't relate to pulseLogging I believe?
-------------
PR: https://git.openjdk.java.net/jfx/pull/165