From 49eb65ab801e500968863c4525ea2029c33ba26b Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 8 Jan 2026 06:25:46 -0500 Subject: [PATCH] disable the debug crap --- src/gui/newPattern.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/newPattern.cpp b/src/gui/newPattern.cpp index c9f27e5b2..fe62c4259 100644 --- a/src/gui/newPattern.cpp +++ b/src/gui/newPattern.cpp @@ -1051,8 +1051,8 @@ void FurnaceGUI::drawPatternNew() { } } - String debugCrap=fmt::sprintf("RANGE: %d-%d",rowsBegin,rowsEnd); - dl->AddText(ImVec2(topRows.x,topHeaders.y),0xffffffff,debugCrap.c_str()); + /*String debugCrap=fmt::sprintf("RANGE: %d-%d",rowsBegin,rowsEnd); + dl->AddText(ImVec2(topRows.x,topHeaders.y),0xffffffff,debugCrap.c_str());*/ dl->PushClipRect(ImVec2(topRows.x+sizeRows.x,topHeaders.y+sizeHeaders.y),winRect.Max,true); ImGui::SetCursorScreenPos(top);