Index: compile_rules.py ================================================================== --- compile_rules.py +++ compile_rules.py @@ -189,11 +189,10 @@ print("# Error. Several rules have the same id: " + sRuleId) exit() aRULESET.add(sRuleId) else: nRULEWITHOUTNAME += 1 - print(sLineId) nPriority = dOptPriority.get(sOption, 4) if m.group('priority'): nPriority = int(m.group('priority')[1:]) s = s[m.end(0):] else: