From bc605123d42de020cff8ef2e8a508703f7f2354d Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Wed, 26 Nov 2025 01:02:27 +1000 Subject: [PATCH] remove log --- src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs b/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs index ac943f5..716937a 100644 --- a/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs +++ b/src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs @@ -36,7 +36,6 @@ public partial class ProblemsPanel : Control .Where(s => s is not null) .Subscribe(s => { - GD.Print($"ProblemsPanel: Solution changed to {s?.Name ?? "null"}"); _projects.RemoveRange(_projects); _projects.AddRange(s!.AllProjects); }).AddTo(this);