remove debug from a previous commit/pr. Closes #190

This commit is contained in:
Mathieu Virbel 2015-12-11 17:06:49 +01:00
parent ac2324d96e
commit 6a7421df72
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ cdef convert_jobject_to_python(JNIEnv *j_env, definition, jobject j_object):
# we got a generic object -> lookup for the real name instead.
if r == 'java/lang/Object':
r = definition = lookup_java_object_name(j_env, j_object)
print('cjtp:r {0} definition {1}'.format(r, definition))
# print('cjtp:r {0} definition {1}'.format(r, definition))
if definition[0] == '[':
return convert_jarray_to_python(j_env, definition[1:], j_object)