mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
Remove extraneous logging
This commit is contained in:
parent
641addf397
commit
5950006111
3 changed files with 0 additions and 4 deletions
|
@ -194,7 +194,6 @@ NetworkTexturePointer TextureCache::getTexture(const QUrl& url, image::TextureUs
|
|||
if (type == image::TextureUsage::CUBE_TEXTURE) {
|
||||
QUrlQuery query { url.query() };
|
||||
query.addQueryItem("skybox", "");
|
||||
qDebug() << "Updating cubemap texture query from" << url.query() << "to" << query.toString();
|
||||
modifiedUrl.setQuery(query.toString());
|
||||
}
|
||||
TextureExtra extra = { type, content, maxNumPixels };
|
||||
|
|
|
@ -617,7 +617,6 @@ MessageID AssetClient::setBakingEnabled(const AssetPathList& paths, bool enabled
|
|||
_pendingMappingRequests[assetServer][messageID] = callback;
|
||||
|
||||
return messageID;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -734,9 +734,7 @@ void Resource::handleReplyFinished() {
|
|||
qCDebug(networking).noquote() << QString("Request finished for %1%2").arg(_url.toDisplayString(), extraInfo);
|
||||
|
||||
auto relativePathURL = _request->getRelativePathUrl();
|
||||
qDebug() << "Relative path is: " << relativePathURL;
|
||||
if (!relativePathURL.isEmpty()) {
|
||||
qDebug() << "setting effective path";
|
||||
_effectiveBaseURL = relativePathURL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue