remove log

This commit is contained in:
Matt Parker
2025-11-26 01:02:27 +10:00
parent 119ef3744d
commit bc605123d4

View File

@@ -36,7 +36,6 @@ public partial class ProblemsPanel : Control
.Where(s => s is not null) .Where(s => s is not null)
.Subscribe(s => .Subscribe(s =>
{ {
GD.Print($"ProblemsPanel: Solution changed to {s?.Name ?? "null"}");
_projects.RemoveRange(_projects); _projects.RemoveRange(_projects);
_projects.AddRange(s!.AllProjects); _projects.AddRange(s!.AllProjects);
}).AddTo(this); }).AddTo(this);