removed debug print statment

This commit is contained in:
Alex Thannhauser 2025-06-04 11:09:35 -05:00
parent 71e56afb9f
commit 9b87f251d3

View file

@ -117,8 +117,6 @@ Z = 0b0000_0000_1111_1111
M = 0b1111_1111_1111_1111
def calculate_simplifications(args, available_operators):
print(f'available_operators = {available_operators}')
lookup = dict() # truthtable -> expression
costs = dict() # truthtable -> cost