mirror of https://github.com/kivy/pyjnius.git
Keep quiet when deducing jdk_home from JAVA_HOME.
This commit is contained in:
parent
473b5e04d7
commit
64d8eef4f9
|
@ -117,7 +117,6 @@ def get_jdk_home(platform):
|
|||
if not jdk_home:
|
||||
if platform == 'win32':
|
||||
TMP_JDK_HOME = getenv('JAVA_HOME')
|
||||
print(TMP_JDK_HOME)
|
||||
if not TMP_JDK_HOME:
|
||||
raise Exception('Unable to find JAVA_HOME')
|
||||
|
||||
|
|
Loading…
Reference in New Issue