Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
andeplane committed Aug 23, 2017
1 parent a0eee31 commit 81776c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mysimulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ void AtomifySimulator::onfinish(QNetworkReply *reply)
{
if(reply->error() == QNetworkReply::NoError) {
QByteArray response = reply->readAll();
qDebug() << "Response: " << response;
// qDebug() << "Response: " << response;
QJsonDocument doc(QJsonDocument::fromJson(response));
if(!doc.isNull()) {
QJsonObject obj = doc.object();
Expand Down

0 comments on commit 81776c6

Please sign in to comment.