diff --git a/glitch/repr/inter.py b/glitch/repr/inter.py index d8fb704..a9617e6 100644 --- a/glitch/repr/inter.py +++ b/glitch/repr/inter.py @@ -53,9 +53,6 @@ def __as_dict_statement( return stat def as_dict(self) -> Dict[str, Any]: - print(self.statements) - for statement in self.statements: - print(type(statement)) return { **super().as_dict(), "statements": [