mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-25 18:38:30 +01:00
Removed logging when zooming
This commit is contained in:
parent
012903fbf4
commit
ec6a258958
@ -605,8 +605,6 @@ void MainWindow::draw() {
|
||||
double delta = gui::waterfall.getBandwidth() - 1000.0;
|
||||
double finalBw = 1000.0 + (factor * delta);
|
||||
|
||||
spdlog::warn("{0} {1} {2}", bw, factor, finalBw);
|
||||
|
||||
gui::waterfall.setViewBandwidth(finalBw);
|
||||
if (vfo != NULL) {
|
||||
gui::waterfall.setViewOffset(vfo->centerOffset); // center vfo on screen
|
||||
|
Loading…
Reference in New Issue
Block a user