mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 16:12:09 +02:00
Remove debug prints
This commit is contained in:
@@ -157,10 +157,6 @@ def relevant_values(all_values):
|
|||||||
# or constants.CLI_DEFAULTS[option] != value):
|
# or constants.CLI_DEFAULTS[option] != value):
|
||||||
values[option] = value
|
values[option] = value
|
||||||
print option, value
|
print option, value
|
||||||
else:
|
|
||||||
print "not saving", option, value
|
|
||||||
else:
|
|
||||||
print "not relevant", option, value
|
|
||||||
return values
|
return values
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user