diff --git a/shared/workspaces/src/workspaces/services.py b/shared/workspaces/src/workspaces/services.py
index 634dadda199ca7bd2b6cb757d53665e846a835e6..9fdab0961a133588b965d7122a98d5876f8d4fc3 100644
--- a/shared/workspaces/src/workspaces/services.py
+++ b/shared/workspaces/src/workspaces/services.py
@@ -81,7 +81,6 @@ class CapabilityService(CapabilityServiceIF):
         Run a capability with the requested settings
         :param request: Capability request
         """
-        # FIXME: need request versions in between requests and executions
         execution = self.capability_info.create_execution(request)
         steps = CapabilitySequence.from_str(execution.steps)