|
@@ -150,7 +150,6 @@ class TransformerConnectionHandler(ConnectionHandler):
|
|
|
max_length = metadata.get("max_length")
|
|
|
points = metadata.get("points", 0)
|
|
|
session_id = metadata.get("session_id")
|
|
|
- last_validated_position = metadata.get("last_validated_position", None)
|
|
|
alloc_timeout = float(metadata.get("alloc_timeout", 0.0))
|
|
|
args_structure = metadata.get("args_structure")
|
|
|
if not requested_uids:
|