mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
don't log urls!
This commit is contained in:
parent
cd177a4457
commit
26a50e1820
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ void GeometryReader::run() {
|
|||
Q_ARG(bool, false));
|
||||
}
|
||||
} catch (QString& e) {
|
||||
qCWarning(modelnetworking) << "Exception while loading" << _url << "--" << e;
|
||||
qCWarning(modelnetworking) << "Exception while loading model --" << e;
|
||||
auto resource = _resource.toStrongRef();
|
||||
if (resource) {
|
||||
QMetaObject::invokeMethod(resource.data(), "finishedLoading",
|
||||
|
|
Loading…
Reference in a new issue