removed a line of debug code

This commit is contained in:
Christoph Stahl 2024-12-29 00:14:09 +01:00
parent dec88d0641
commit fdcae7edab

View file

@ -574,7 +574,6 @@ class Server:
:type data: dict[str, Any]
:rtype: None
"""
print(data)
state.queue.update(
data["uuid"],
lambda item: item.update(**data["meta"], incomplete_data=False),