mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 15:47:20 +02:00
Merge pull request #837 from overte-org/fix/gltf_url
Remove debug print with URL from ModelLoader
This commit is contained in:
commit
a1089b5b50
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) {
|
||||
return hfm::Model::Pointer();
|
||||
}
|
||||
qDebug() << "ModelLoader::load: " << url;
|
||||
return serializer->read(data, mapping, url);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue