From d8a16f4a4296835376d7828a99fdc565866e12ed Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sat, 23 Mar 2019 11:42:31 -0400 Subject: [PATCH] Removed extraneous logbook debug statements --- logbook/logbook.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/logbook/logbook.cpp b/logbook/logbook.cpp index 2bdac0d..f65842d 100644 --- a/logbook/logbook.cpp +++ b/logbook/logbook.cpp @@ -83,13 +83,11 @@ bool LogBook::findCallDetails( QString &name, QString &comment) const { - qDebug() << "looking for call" << call; if(call.isEmpty()){ return false; } auto qsos = _log.find(call); - qDebug() << "found" << qsos.length() << "qsos for call" << call; if(qsos.isEmpty()){ return false; }