Commit bbf5e584b26187787f77c1dde5ffb0da2036c43b
1 parent
132ab654
Exists in
master
refactoring
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
install-cacic/installcacic.cpp
... | ... | @@ -35,7 +35,6 @@ void InstallCacic::run(QStringList argv, int argc) { |
35 | 35 | oCacic.setChaveCrypt(jsonLogin["reply"].toObject()["chavecrip"].toString()); |
36 | 36 | jsonComm["computador"] = oCacicComputer.toJsonObject(); |
37 | 37 | QJsonObject configs = oCacicComm->comm("/ws/neo/config", &ok, jsonComm); |
38 | - qDebug () << configs; | |
39 | 38 | if (ok){ |
40 | 39 | oCacicComm->setUrlGerente(configs["reply"].toObject()["applicationUrl"].toString()); |
41 | 40 | #ifdef Q_OS_WIN | ... | ... |