Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Nfsaavedra committed Apr 25, 2024
1 parent 046a18b commit 66d2fff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions glitch/repr/inter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 66d2fff

Please sign in to comment.