mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-15 07:01:20 +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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user