Remove openFromArgv() method.

Remove unneeded debug statement.
This commit is contained in:
Felix Kauselmann
2014-08-10 19:55:17 +02:00
parent 458f9f42d3
commit 6df65ecc1e
3 changed files with 0 additions and 52 deletions

View File

@ -51,7 +51,6 @@ void YACReaderLocalServer::sendResponse()
connect(worker,SIGNAL(comicUpdated(quint64, ComicDB)),this,SIGNAL(comicUpdated(quint64, ComicDB)));
connect(worker,SIGNAL(finished()),worker,SLOT(deleteLater()));
worker->start();
QLOG_INFO() << "connection incoming" << "Worker started";
}
QLOG_INFO() << "connection incoming";