summaryrefslogtreecommitdiff
path: root/jvmfwk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-02-22 11:07:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2022-02-22 13:15:41 +0100
commit14a8eecaa4368495f681f3fe2ed8f867697b234c (patch)
tree673b6114a68de0c63fc794216fdeedb56bd3e6fb /jvmfwk
parent0b0b1820d2e287a193b83ae8a64cb2c53521c7d6 (diff)
Remove a debug-style fprintf
...that had been added in 811de66d7fd8c93c43d8e4e2dc73720033ba939b "First attempt at getting access to the Java VM on Android", together with another fprintf(stderr, "Got lo_get_javavm = %p", lo_get_javavm); that had meanwhile been removed again in 5510127e89d6971a219ce3664e4631d6c6dda2b1 "Android code refactorig and hacking" Change-Id: I1a50563e2af1ea5a0ecbd2cc9d49d70c6e5bbbd3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130337 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'jvmfwk')
-rw-r--r--jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
index e55b914edf13..0ac4c1ef2e9c 100644
--- a/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
+++ b/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
@@ -828,7 +828,6 @@ javaPluginError jfw_plugin_startJavaVirtualMachine(
// On Android we always have a Java VM as we only expect this code
// to be run in an Android app anyway.
*ppVm = lo_get_javavm();
- fprintf(stderr, "lo_get_javavm returns %p", *ppVm);
#endif
return errorcode;