mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-08 18:41:48 +00:00
Remove unnecessary UnshareProject message sent to clients leaving a project
This commit is contained in:
parent
bb00134f5f
commit
cb8962691a
1 changed files with 0 additions and 10 deletions
|
@ -2234,16 +2234,6 @@ fn project_left(project: &db::LeftProject, session: &Session) {
|
|||
.trace_err();
|
||||
}
|
||||
}
|
||||
|
||||
session
|
||||
.peer
|
||||
.send(
|
||||
session.connection_id,
|
||||
proto::UnshareProject {
|
||||
project_id: project.id.to_proto(),
|
||||
},
|
||||
)
|
||||
.trace_err();
|
||||
}
|
||||
|
||||
pub trait ResultExt {
|
||||
|
|
Loading…
Reference in a new issue