remove debug code in DatabaseThread
This commit is contained in:
parent
04198d6028
commit
de18060e6c
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ void DatabaseThread::scanCrewMembersList(QStringList crewList, int maxPages, int
|
||||||
if (netReply->isFinished())
|
if (netReply->isFinished())
|
||||||
{
|
{
|
||||||
QByteArray crewJson = netReply->readAll();
|
QByteArray crewJson = netReply->readAll();
|
||||||
qDebug() << crewJson;
|
|
||||||
QJsonDocument crewDocument = QJsonDocument::fromJson(crewJson);
|
QJsonDocument crewDocument = QJsonDocument::fromJson(crewJson);
|
||||||
QJsonObject crewObject = crewDocument.object();
|
QJsonObject crewObject = crewDocument.object();
|
||||||
QVariantMap crewMap = crewObject.toVariantMap();
|
QVariantMap crewMap = crewObject.toVariantMap();
|
||||||
|
|
Loading…
Reference in a new issue