mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 03:19:24 +02:00
remove some debug prints
This commit is contained in:
parent
bdbfe25a53
commit
a05e9e12c1
1 changed files with 0 additions and 2 deletions
|
@ -235,8 +235,6 @@ void ATPClientApp::nodeActivated(SharedNodePointer node) {
|
||||||
qDebug() << "path is " << path;
|
qDebug() << "path is " << path;
|
||||||
}
|
}
|
||||||
|
|
||||||
qDebug() << "_localUploadFile =" << _localUploadFile;
|
|
||||||
|
|
||||||
if (!_localUploadFile.isEmpty()) {
|
if (!_localUploadFile.isEmpty()) {
|
||||||
uploadAsset();
|
uploadAsset();
|
||||||
} else if (path == "/") {
|
} else if (path == "/") {
|
||||||
|
|
Loading…
Reference in a new issue