Removed debugging statements.

This commit is contained in:
NotoriousRebel 2019-01-31 15:09:26 -05:00
parent d7d7d6a61e
commit eb83fb7448

View file

@ -39,12 +39,10 @@ def do_search(self):
print(f'An exception has occurred: {e}')
def process(self):
print('\t Processing Results')
self.do_search()
intelx_parser = intelxparser.Parser()
self.info = intelx_parser.parse_dictionaries(self.results)
# Create parser and set self.info to tuple returned from parsing text.
print('\t Done Searching Results')
def get_emails(self):
return self.info[0]