Remove stray debugging print

This commit is contained in:
Rob Crittenden 2016-02-24 19:28:49 +00:00
parent 009ffcdba5
commit c2c3dddda9
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ def parse_args():
args = vars(parser.parse_args())
print args
if not args['principal']:
args['principal'] = user_input("User authorized to manage hosts")