mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-07 01:13:50 +02:00
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:
parent
c6a6a69da5
commit
48a24299bf
@ -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'.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user