From 66d2fff3a631a47637fabb8bce48626c5209b0e8 Mon Sep 17 00:00:00 2001
From: Nfsaavedra <nuno.saavedra@tecnico.ulisboa.pt>
Date: Thu, 25 Apr 2024 12:36:07 +0100
Subject: [PATCH] remove debug print

---
 glitch/repr/inter.py | 3 ---
 1 file changed, 3 deletions(-)

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": [