From 9b87f251d392943c94a753a1ed6ae0bd140ba432 Mon Sep 17 00:00:00 2001 From: Alex Thannhauser Date: Wed, 4 Jun 2025 11:09:35 -0500 Subject: [PATCH] removed debug print statment --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index dbab798..ee17b48 100755 --- a/main.py +++ b/main.py @@ -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