diff --git a/Linux/lazagne/softwares/browsers/mozilla.py b/Linux/lazagne/softwares/browsers/mozilla.py index 17e7bc26..132c7e36 100755 --- a/Linux/lazagne/softwares/browsers/mozilla.py +++ b/Linux/lazagne/softwares/browsers/mozilla.py @@ -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)