mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
remove extra debug line
This commit is contained in:
parent
8986e62b8a
commit
6024b90932
1 changed files with 0 additions and 1 deletions
|
@ -134,7 +134,6 @@ void DomainHandler::setIsConnected(bool isConnected) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DomainHandler::requestDomainSettings() const {
|
void DomainHandler::requestDomainSettings() const {
|
||||||
qDebug() << _settingsObject;
|
|
||||||
if (_settingsObject.isEmpty()) {
|
if (_settingsObject.isEmpty()) {
|
||||||
// setup the URL required to grab settings JSON
|
// setup the URL required to grab settings JSON
|
||||||
QUrl settingsJSONURL;
|
QUrl settingsJSONURL;
|
||||||
|
|
Loading…
Reference in a new issue