Skip to content

Commit 53a6c7a

Browse files
Remove the leftovers
1 parent 5fd3c8c commit 53a6c7a

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

crates/project/src/project.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,6 @@ impl Project {
13671367
remote_proto.subscribe_to_entity(REMOTE_SERVER_PROJECT_ID, &this.settings_observer);
13681368
remote_proto.subscribe_to_entity(REMOTE_SERVER_PROJECT_ID, &this.git_store);
13691369

1370-
remote_proto.add_entity_message_handler(Self::handle_toggle_lsp_logs);
13711370
remote_proto.add_entity_message_handler(Self::handle_create_buffer_for_peer);
13721371
remote_proto.add_entity_message_handler(Self::handle_update_worktree);
13731372
remote_proto.add_entity_message_handler(Self::handle_update_project);
@@ -4629,16 +4628,6 @@ impl Project {
46294628
})?
46304629
}
46314630

4632-
// TODO kb
4633-
async fn handle_toggle_lsp_logs(
4634-
_this: Entity<Self>,
4635-
_envelope: TypedEnvelope<proto::ToggleLspLogs>,
4636-
_cx: AsyncApp,
4637-
) -> Result<()> {
4638-
log::error!("##########PPPPPPPPPPPPPPPproject##########################");
4639-
Ok(())
4640-
}
4641-
46424631
async fn handle_update_buffer_from_remote_server(
46434632
this: Entity<Self>,
46444633
envelope: TypedEnvelope<proto::UpdateBuffer>,

crates/workspace/src/workspace.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7425,7 +7425,6 @@ pub fn open_ssh_project_with_new_connection(
74257425
cx,
74267426
)
74277427
})?;
7428-
// TODO kb register here instead?
74297428

74307429
open_ssh_project_inner(
74317430
project,

0 commit comments

Comments
 (0)