2022-04-30 Fred Gleason <fredg@paravelsystems.com>

* Removed debugging printf()s from lib/rdmarkerview.cpp'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2022-04-30 18:13:24 -04:00
parent 66cdb43a45
commit 52cfa40dbc
2 changed files with 2 additions and 1 deletions

View File

@ -23015,3 +23015,5 @@
* Fixed a regression in rdcatch(1) where creating a new event
using the 'Save As' button would fail to send notifications of
the added event.
2022-04-30 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging printf()s from lib/rdmarkerview.cpp'.

View File

@ -367,7 +367,6 @@ RDMarkerView::RDMarkerView(int width,int height,QWidget *parent)
d_scene=NULL;
d_sample_rate=rda->system()->sampleRate();
d_right_margin=0;
printf("clearing cursor\n");
d_cursor=NULL;
clear();