Don't deploy git panel when opening the diff view (#25611)

Cole Miller created

Release Notes:

- N/A

Change summary

crates/git_ui/src/project_diff.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/git_ui/src/project_diff.rs 🔗

@@ -78,7 +78,6 @@ impl ProjectDiff {
         window: &mut Window,
         cx: &mut Context<Workspace>,
     ) {
-        workspace.open_panel::<GitPanel>(window, cx);
         Self::deploy_at(workspace, None, window, cx)
     }