File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -1367,7 +1367,6 @@ impl Project {
1367
1367
remote_proto. subscribe_to_entity ( REMOTE_SERVER_PROJECT_ID , & this. settings_observer ) ;
1368
1368
remote_proto. subscribe_to_entity ( REMOTE_SERVER_PROJECT_ID , & this. git_store ) ;
1369
1369
1370
- remote_proto. add_entity_message_handler ( Self :: handle_toggle_lsp_logs) ;
1371
1370
remote_proto. add_entity_message_handler ( Self :: handle_create_buffer_for_peer) ;
1372
1371
remote_proto. add_entity_message_handler ( Self :: handle_update_worktree) ;
1373
1372
remote_proto. add_entity_message_handler ( Self :: handle_update_project) ;
@@ -4629,16 +4628,6 @@ impl Project {
4629
4628
} ) ?
4630
4629
}
4631
4630
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
-
4642
4631
async fn handle_update_buffer_from_remote_server (
4643
4632
this : Entity < Self > ,
4644
4633
envelope : TypedEnvelope < proto:: UpdateBuffer > ,
Original file line number Diff line number Diff line change @@ -7425,7 +7425,6 @@ pub fn open_ssh_project_with_new_connection(
7425
7425
cx,
7426
7426
)
7427
7427
} ) ?;
7428
- // TODO kb register here instead?
7429
7428
7430
7429
open_ssh_project_inner (
7431
7430
project,
You can’t perform that action at this time.
0 commit comments