Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarenzo authored Dec 11, 2024
1 parent 03e83c9 commit 423bdf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mappings_explorer/site_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,6 @@ def parse_capabilities(
for m in mappings
if (m["capability_id"] == id) and m["status"] == "non_mappable"
]
print(capability_non_mappables)
capability_not_mappable = (
len(capability_mappable_mappings) == 0 and len(capability_non_mappables) > 0
)
Expand Down

0 comments on commit 423bdf6

Please sign in to comment.