diff --git a/SAS/TMSS/src/tmss/tmssapp/subtasks.py b/SAS/TMSS/src/tmss/tmssapp/subtasks.py
index 8a126d9a3f1d68c0d23a23972665f318d8a99d46..468666fb8e83630762d693bade374662db92ba3e 100644
--- a/SAS/TMSS/src/tmss/tmssapp/subtasks.py
+++ b/SAS/TMSS/src/tmss/tmssapp/subtasks.py
@@ -658,9 +658,6 @@ def assign_or_unassign_resources(subtask: Subtask):
                 assigned = rarpc.do_assignment(ra_spec)
             except ScheduleException as e:
                 logger.info("Conflicts in assignment detected, lets check the stations in conflict and re-assign if possible")
-            except Exception as e:
-                print("This is another Exception which does not lead to retry assignment")
-                raise e
             # Try to re-assign if not assigned yet
             if not assigned:
                 lst_stations_in_conflict = get_stations_in_conflict(subtask.id)