diff --git a/supriya/scsynth.py b/supriya/scsynth.py index 45ffd73f4..316c52cce 100644 --- a/supriya/scsynth.py +++ b/supriya/scsynth.py @@ -91,9 +91,6 @@ def __post_init__(self): ### CLASS VARIABLES ### - def __repr__(self): - return uqbar.objects.get_repr(self, multiline=True, suppress_defaults=False) - def __iter__(self): return (arg for arg in self.serialize())