mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Remove a debug print statement
This commit is contained in:
parent
45541a3a23
commit
b0dfea33c6
1 changed files with 0 additions and 1 deletions
|
|
@ -546,7 +546,6 @@ class RenewableCertTests(unittest.TestCase):
|
|||
result = renewer.RenewableCert.new_lineage("the-lineage.com", "cert2",
|
||||
"privkey2", "chain2",
|
||||
self.defaults)
|
||||
print os.listdir(config_dir)
|
||||
self.assertTrue(os.path.exists(
|
||||
os.path.join(config_dir, "the-lineage.com-0001.conf")))
|
||||
# Now trigger the detection of already existing files
|
||||
|
|
|
|||
Loading…
Reference in a new issue