diff --git a/backend/agent.py b/backend/agent.py
index e75453c055229586c9597b39b5e9cc52d4327e28..3e2376f5d8455084a8d1e8d92861d48322d667ca 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