mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-12 05:27:07 +00:00
Remove stray log statement
This commit is contained in:
parent
163ce95171
commit
920daa8a8f
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ impl View for ProjectDiagnosticsEditor {
|
|||
|
||||
impl ProjectDiagnosticsEditor {
|
||||
fn toggle(workspace: &mut Workspace, _: &Toggle, cx: &mut ViewContext<Workspace>) {
|
||||
dbg!("HEY!!!!");
|
||||
let diagnostics =
|
||||
cx.add_model(|cx| ProjectDiagnostics::new(workspace.project().clone(), cx));
|
||||
workspace.add_item(diagnostics, cx);
|
||||
|
|
Loading…
Reference in a new issue