summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py')
-rw-r--r--src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py b/src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py
index bceb7f02b..849c75f70 100644
--- a/src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py
+++ b/src/lib/Bcfg2/Server/Plugins/Cfg/CfgEncryptedGenerator.py
@@ -36,7 +36,6 @@ class CfgEncryptedGenerator(CfgGenerator):
self.data = bruteforce_decrypt(self.data)
except EVPError:
msg = "Cfg: Failed to decrypt %s" % self.name
- print("lax decrypt: %s" % Bcfg2.Options.setup.lax_decryption)
if Bcfg2.Options.setup.lax_decryption:
self.logger.debug(msg)
else: