diff --git a/wani.py b/wani.py index 6b2e03b..036e05d 100644 --- a/wani.py +++ b/wani.py @@ -401,9 +401,6 @@ class ComponentRendition: matches.representations[cid] = None else: matches.representations[cid] = " ".join(("" if r is None else r) for r in reps) - - def __str__(self): - return str(self.rendition) class ComponentStatus(Enum):