mirror of https://github.com/kivy/pyjnius.git
remove debug print
This commit is contained in:
parent
395df291f4
commit
aa83699ba6
|
@ -106,7 +106,6 @@ class JavaLocation:
|
||||||
Returns true if the location is a JDK, based on existing of javac
|
Returns true if the location is a JDK, based on existing of javac
|
||||||
'''
|
'''
|
||||||
javac = self.get_javac()
|
javac = self.get_javac()
|
||||||
print(javac)
|
|
||||||
return exists(javac)
|
return exists(javac)
|
||||||
|
|
||||||
def get_javac(self):
|
def get_javac(self):
|
||||||
|
|
Loading…
Reference in New Issue