Remove debug prints that probably shouldn't have been merged
Also add a comment to the one place `eprintln!` is used to explain why it's appropriate.
This commit is contained in:
parent
2b4890c550
commit
e5fbf21fee
4 changed files with 3 additions and 3 deletions
|
|
@ -740,7 +740,6 @@ impl Workspaces {
|
|||
|
||||
// If this is the first output added, create workspaces for pinned workspaces from config
|
||||
for pinned in std::mem::take(&mut self.persisted_workspaces) {
|
||||
tracing::error!("pinned workspace: {:?}", pinned);
|
||||
let workspace = create_workspace_from_pinned(
|
||||
&pinned,
|
||||
workspace_state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue