Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas authored and thomas committed Dec 18, 2023
1 parent 3e32321 commit cfd17b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lightning/app/core/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ def _collect_deltas_from_ui_and_work_queues(self) -> List[Union[Delta, _APIReque
] = self.batch_get_state_changed_from_queue(
self.delta_queue # type: ignore[assignment,arg-type]
)
print(received_deltas)
for delta in received_deltas:
if isinstance(delta, _DeltaRequest):
deltas.append(delta.delta)
Expand Down

0 comments on commit cfd17b9

Please sign in to comment.