Maybe less debugging

This commit is contained in:
leesoh 2018-03-14 14:53:14 -06:00
parent 3f0dc4b747
commit cb8719b373

View file

@ -14,7 +14,6 @@ import sys
import re import re
import time import time
import requests import requests
import pdb
import subprocess import subprocess
import json import json
import argparse import argparse
@ -416,7 +415,6 @@ if __name__ == '__main__':
print "[!] Incorrect choice, please select a value from (auto,full,firstlast,firstmlast,flast,first.last,fmlast)" print "[!] Incorrect choice, please select a value from (auto,full,firstlast,firstmlast,flast,first.last,fmlast)"
print print
pdb.set_trace()