remove unnecessary printfs

This commit is contained in:
mazahner
2017-01-03 13:09:26 +01:00
committed by Lorenz Meier
parent 4e9c986806
commit f0c393baf6

View File

@@ -3,7 +3,6 @@ import xml.etree.ElementTree as ET
import os
import re
import codecs
import sys
from px4params import scope, cmakeparser
@@ -46,9 +45,7 @@ struct px4_parameters_t {
start_name = ""
end_name = ""
sys.stderr.write("cmake_scope: " + str(cmake_scope) + "\n")
for group in root:
sys.stderr.write(str(group.attrib) + group.tag + "\n")
if group.tag == "group" and "no_code_generation" not in group.attrib:
section = """
/*****************************************************************