2022-08-31 Fred Gleason <fredg@paravelsystems.com>

* Removed a debugging printf() from 'lib/rdcddblookup.cpp'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2022-08-31 11:17:41 -04:00
parent c6a6a69da5
commit 48a24299bf
2 changed files with 2 additions and 1 deletions

View File

@ -20916,3 +20916,5 @@
* Modified the full disc ripper in rdlibrary(1) to use CD-Text.
2022-08-31 Fred Gleason <fredg@paravelsystems.com>
* Modified the per-track ripper in rdlibrary(1) to use CD-Text.
2022-08-31 Fred Gleason <fredg@paravelsystems.com>
* Removed a debugging printf() from 'lib/rdcddblookup.cpp'.

View File

@ -350,7 +350,6 @@ void RDCddbLookup::errorData(QAbstractSocket::SocketError err)
void RDCddbLookup::FinishCddbLookup(RDCddbLookup::Result res,
const QString &err_msg)
{
printf("FinishCddbLookup(%d,%s)\n",res,err_msg.toUtf8().constData());
SendToServer("quit");
lookup_socket->close();
lookup_state=0;