summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2014-04-25 11:52:15 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2014-04-25 11:52:15 -0400
commitd398012d9bd36b1567614a788e3206dcb84753a6 (patch)
tree9ea32aa293092e1048457cd57cfb3bcdce9bd4fc /src/lib/Bcfg2/Server
parent90748690f8cc617455611bf852077085628cc62c (diff)
downloadbcfg2-d398012d9bd36b1567614a788e3206dcb84753a6.tar.gz
bcfg2-d398012d9bd36b1567614a788e3206dcb84753a6.tar.bz2
bcfg2-d398012d9bd36b1567614a788e3206dcb84753a6.zip
more unit test fixes
Diffstat (limited to 'src/lib/Bcfg2/Server')
-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: