From f67faf9f23787b3ce733e5cd9f43badc5672e1dc Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 2 Jul 2023 00:09:49 -0500 Subject: [PATCH] GUI: get rid of debug message --- src/gui/gui.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 56ae03450..d701d2243 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -500,8 +500,6 @@ bool FurnaceGUI::InvCheckbox(const char* label, bool* value) { void FurnaceGUI::sameLineMaybe(float width) { if (width<0.0f) width=ImGui::GetFrameHeight(); - logV("sameLineMaybe: %f %f",ImGui::GetContentRegionAvail().x,width); - ImGui::SameLine(); if (ImGui::GetContentRegionAvail().x