mirror of https://github.com/kivy/pyjnius.git
Remove debug print
This commit is contained in:
parent
657c7fef24
commit
5d7e22a90f
2
setup.py
2
setup.py
|
@ -89,8 +89,6 @@ def find_javac(possible_homes):
|
|||
def compile_native_invocation_handler(*possible_homes):
|
||||
'''Find javac and compile NativeInvocationHandler.java.'''
|
||||
javac = find_javac(possible_homes)
|
||||
print("*********")
|
||||
print(javac)
|
||||
subprocess.check_call([
|
||||
javac, '-target', '1.6', '-source', '1.6',
|
||||
join('jnius', 'src', 'org', 'jnius', 'NativeInvocationHandler.java')
|
||||
|
|
Loading…
Reference in New Issue