Skip to content

Commit

Permalink
removing debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed May 24, 2017
1 parent fefa8da commit 0a4e2f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Linux/lazagne/softwares/browsers/mozilla.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ def run(self, software_name = None):
pwdFound = []

for profile in profile_list:
print(profile)
print_debug('INFO', 'Profile path found: %s' % profile)
if not os.path.exists(profile + os.sep + 'key3.db'):
print_debug('WARNING', 'key3 file not found: %s' % self.key3)
Expand Down

0 comments on commit 0a4e2f4

Please sign in to comment.