From 5b9859af3ec70b940ebc97788372e0ed8b7fc695 Mon Sep 17 00:00:00 2001 From: Ozbolt Menegatti Date: Sun, 2 Jun 2019 12:50:43 +0200 Subject: [PATCH] Removing dead code --- wani.py | 3 --- 1 file changed, 3 deletions(-) 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):