mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Remove debug log from apixml2python script.
This commit is contained in:
parent
34edd8acb5
commit
34a8252861
1 changed files with 0 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue