removing the print debug statement

This commit is contained in:
cktricky
2018-09-14 12:30:18 -04:00
parent 16f11bbd8c
commit 677936cab5

View File

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