From 52cfa40dbc8c6e89e46103bdbb6474eaa6bbae8f Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Sat, 30 Apr 2022 18:13:24 -0400 Subject: [PATCH] 2022-04-30 Fred Gleason * Removed debugging printf()s from lib/rdmarkerview.cpp'. Signed-off-by: Fred Gleason --- ChangeLog | 2 ++ lib/rdmarkerview.cpp | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2a5bac1d..117e42dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 + * Removed debugging printf()s from lib/rdmarkerview.cpp'. diff --git a/lib/rdmarkerview.cpp b/lib/rdmarkerview.cpp index 35f2037d..ab2c7b4e 100644 --- a/lib/rdmarkerview.cpp +++ b/lib/rdmarkerview.cpp @@ -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();