From 34a8252861f6330fa1ad081b89a8a2ef618086f8 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 17 Mar 2016 10:10:03 +0100 Subject: [PATCH] Remove debug log from apixml2python script. --- tools/python/apixml2python/linphone.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/python/apixml2python/linphone.py b/tools/python/apixml2python/linphone.py index 9be436235..a6456159b 100644 --- a/tools/python/apixml2python/linphone.py +++ b/tools/python/apixml2python/linphone.py @@ -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'