removing the print debug statement

This commit is contained in:
cktricky
2018-09-14 12:30:18 -04:00
committed by Kenneth Toler
parent 126cb6bb5f
commit 3930acdd80

View File

@@ -56,7 +56,6 @@ def perform_credential_check():
def method_create():
try:
print(globals())
arg = globals()["module_" + args.module]
return arg
except KeyError: