don't log urls!

This commit is contained in:
Seth Alves 2018-11-19 15:38:12 -08:00
parent cd177a4457
commit 26a50e1820

View file

@ -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",