Remove debug log from apixml2python script.

This commit is contained in:
Ghislain MARY 2016-03-17 10:10:03 +01:00
parent 34edd8acb5
commit 34a8252861

View file

@ -216,7 +216,6 @@ class ArgumentType:
self.cnativefmt_str = '%ld'
elif self.basic_type == 'MSList':
if self.contained_type == 'const char *':
print("nthoetnuoehautnohutneueosanm")
self.type_str = 'list of string'
self.convert_code = "{result_name}{result_suffix} = {cast}PyList_AsMSListOfString({arg_name});\n"
self.convert_from_func = 'PyList_FromMSListOfString'