Remove breakpoint

This commit is contained in:
James Tanner 2014-02-19 11:08:02 -05:00
parent 84467a8f12
commit 286ca505bd

View file

@ -70,7 +70,6 @@ def decrypt(filename, password):
'''
if password is None:
import epdb; epdb.st()
raise errors.AnsibleError("A vault password must be specified to decrypt %s" % filename)
V = Vault(filename=filename, vault_password=password)