removed this method

This commit is contained in:
cktricky
2018-04-19 11:31:16 -04:00
parent 680791d708
commit 2cd528967b

View File

@@ -45,11 +45,6 @@ def perform_credential_check():
print("The AWS Access Keys are not valid/active") print("The AWS Access Keys are not valid/active")
sys.exit(1) sys.exit(1)
def module_recon():
print("!!!")
def method_create(): def method_create():
try: try:
arg = globals()["module_" + args.step] arg = globals()["module_" + args.step]