mqtt/mqtt_client_gen.py
changeset 4021 07504d4c40ee
parent 4020 205d5379b35e
child 4022 dee0efbf8452
--- a/mqtt/mqtt_client_gen.py	Wed Sep 25 11:10:33 2024 +0200
+++ b/mqtt/mqtt_client_gen.py	Thu Sep 26 09:40:09 2024 +0200
@@ -441,7 +441,6 @@
             # to be sorted with base types in last position
             basetypes.append(datatype)
             infos = datatype_info_getter(datatype)
-            print(infos)
             element_type = infos["type"]
             if element_type == "Structure":
                 structures.add(datatype)