Skip to content

Commit

Permalink
Comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Taylor committed Jun 19, 2017
1 parent bf2be8b commit 54d4596
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vulnwhisp/vulnwhisp.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def retrieve_uuids(self):
def whisper_nessus(self):
if self.nessus_connect:
scan_data = self.nessus.get_scans()
# print scan_data
folders = scan_data['folders']
scans = scan_data['scans']
all_scans = self.scan_count(scans)
Expand Down Expand Up @@ -259,7 +258,6 @@ def whisper_nessus(self):
self.record_insert(record_meta)
self.vprint(file_name + ' has no host available... Updating database and skipping!')
self.conn.commit()
#self.conn.commit()
self.conn.close()
"{success} Scan aggregation complete! Connection to database closed.".format(success=bcolors.SUCCESS)

Expand Down

0 comments on commit 54d4596

Please sign in to comment.