Skip to content

Commit

Permalink
Remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Sep 24, 2024
1 parent 8c42fe9 commit 0132da7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backtracepython/attributes/report_data_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ def get(provider_attributes):
if isinstance(value, ReportDataBuilder.primitive_types):
attributes[key] = value
else:
print("Adding {} as an annotation. Type {}".format(key, type(value)))
annotations[key] = value

# Return both dictionaries
Expand Down

0 comments on commit 0132da7

Please sign in to comment.