Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 8, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent caf7456 commit 550f7be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webserver/Dynamic.jl
Original file line number Diff line number Diff line change
@@ -427,7 +427,6 @@ function _set_cells_to_queued_in_local_state(client, notebook, cells)
if haskey(results, cell.cell_id)
old = results[cell.cell_id]["queued"]
results[cell.cell_id]["queued"] = true
@debug "Setting val!" cell.cell_id old
end
end
end

0 comments on commit 550f7be

Please sign in to comment.