mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
remove model loader debug
This commit is contained in:
parent
e0c898bba0
commit
e1a6a824a3
1 changed files with 0 additions and 1 deletions
|
@ -486,7 +486,6 @@ void GeometryReader::run() {
|
|||
return;
|
||||
}
|
||||
try {
|
||||
qDebug() << "Reading " << _url;
|
||||
QMetaObject::invokeMethod(geometry.data(), "setGeometry", Q_ARG(const FBXGeometry&,
|
||||
_url.path().toLower().endsWith(".svo") ? readSVO(_reply->readAll()) : readFBX(_reply->readAll(), _mapping)));
|
||||
|
||||
|
|
Loading…
Reference in a new issue