Remove debug prints

This commit is contained in:
Seth Schoen
2016-03-14 17:13:52 -07:00
parent bd1b522940
commit b31372b271
-4
View File
@@ -157,10 +157,6 @@ def relevant_values(all_values):
# or constants.CLI_DEFAULTS[option] != value):
values[option] = value
print option, value
else:
print "not saving", option, value
else:
print "not relevant", option, value
return values