Skip to content

Commit

Permalink
Removed an unnecessary print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuzzal Choudhury committed Apr 16, 2019
1 parent 27c71cc commit 8faf1f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion f8a_report/report_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ def normalize_worker_data(self, start_date, end_date, stack_data, worker, freque

# Get a list of unknown licenses
unknown_licenses = []
print('All unknown licenses: %s' % all_unknown_lic)
for lic_dict in self.flatten_list(all_unknown_lic):
if 'license' in lic_dict:
unknown_licenses.append(lic_dict['license'])
Expand Down

0 comments on commit 8faf1f2

Please sign in to comment.