mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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) {
|
||||
return hfm::Model::Pointer();
|
||||
}
|
||||
qDebug() << "ModelLoader::load: " << url;
|
||||
return serializer->read(data, mapping, url);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue