removed debug log

This commit is contained in:
Ryzerth
2021-04-18 15:59:37 +02:00
parent 85d79f25d9
commit 000429c3b5
3 changed files with 5 additions and 1 deletions

View File

@ -129,7 +129,6 @@ public:
ImGui::SetNextItemWidth(menuWidth);
if (ImGui::InputFloat(("##_radio_wfm_bw_" + uiPrefix).c_str(), &bw, 1, 100, "%.0f", 0)) {
spdlog::warn("TEST");
bw = std::clamp<float>(bw, bwMin, bwMax);
setBandwidth(bw);
_config->aquire();