Skip to content

Commit

Permalink
Remove debug leftovers
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Roger <[email protected]>
  • Loading branch information
guillaume-alliander committed Nov 16, 2023
1 parent 760c370 commit 909eee7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_custom_attrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ def test_customisation(self, klass, num_attrs, apparent, ns):
colour = "cheese"
cust = klass(colour=colour)
attrs = cust.cgmes_attributes_in_profile(None)
print("PLOP")
print(attrs)
assert len(attrs) == num_attrs
assert f"{apparent}.colour" in attrs
assert attrs[f"{apparent}.colour"]["value"] == colour
Expand Down

0 comments on commit 909eee7

Please sign in to comment.