mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 13:28:09 +02:00
Remove debug print with URL from ModelLoader
This commit is contained in:
parent
eb13a75123
commit
b5911d145c
1 changed files with 0 additions and 1 deletions
|
@ -20,6 +20,5 @@ hfm::Model::Pointer ModelLoader::load(const hifi::ByteArray& data, const hifi::V
|
||||||
if (!serializer) {
|
if (!serializer) {
|
||||||
return hfm::Model::Pointer();
|
return hfm::Model::Pointer();
|
||||||
}
|
}
|
||||||
qDebug() << "ModelLoader::load: " << url;
|
|
||||||
return serializer->read(data, mapping, url);
|
return serializer->read(data, mapping, url);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue