From cb8719b37338348a7575159ff81529c3fea597d3 Mon Sep 17 00:00:00 2001 From: leesoh Date: Wed, 14 Mar 2018 14:53:14 -0600 Subject: [PATCH] Maybe less debugging --- LinkedInt.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/LinkedInt.py b/LinkedInt.py index 1f6302d..335d955 100644 --- a/LinkedInt.py +++ b/LinkedInt.py @@ -14,7 +14,6 @@ import sys import re import time import requests -import pdb import subprocess import json 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 - pdb.set_trace()