remove some debug info

This commit is contained in:
tildearrow 2023-09-03 04:22:17 -05:00
parent f6db75fae1
commit 7ea5f2de07
1 changed files with 2 additions and 2 deletions

View File

@ -583,8 +583,8 @@ void FurnaceGUI::drawChanOsc() {
}
}
String cPhase=fmt::sprintf("\n%.1f - %.2f (%.2f %.2f)",waveLen,phase,dft.imag(),dft.real());
dl->AddText(inRect.Min,0xffffffff,cPhase.c_str());
/*String cPhase=fmt::sprintf("\n%.1f - %.2f (%.2f %.2f)",waveLen,phase,dft.imag(),dft.real());
dl->AddText(inRect.Min,0xffffffff,cPhase.c_str());*/
}
ImU32 color=ImGui::GetColorU32(chanOscColor);
if (chanOscUseGrad) {