diff --git a/backend/agent.py b/backend/agent.py
index 559ec059f049958a435b138adeaba5f90c417663..e18cf0b1fc644c2bbbb7b09f8e1bc85a446854f6 100644
--- a/backend/agent.py
+++ b/backend/agent.py
@@ -77,12 +77,7 @@ def q_learning(space, activities):
             old_state = state
             state = next_state
             
-            """
-            if old_state != state: 
-                print(state)
-                print(action)
-                print(Q[state][action])
-            """
+            # comment
             
 
         time = env.process.env.now - start