Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
timraay committed Oct 20, 2024
1 parent 30f4dae commit 296c671
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions barricade/integrations/battlemetrics/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,3 @@ def covers(self, other: 'Scope', params: dict[str, str]):
for other_part, self_part
in zip(other_parts, self.parts)
)
# for i, (self_part, other_part) in enumerate(zip(self_parts[:len(other)], other.parts)):
# print(i, self_part, other_part, i in self.dynamic_part_indices, self_part != other_part)
# if self_part != other_part:
# return False

# return True

0 comments on commit 296c671

Please sign in to comment.