Skip to content

Commit

Permalink
Merge pull request #837 from overte-org/fix/gltf_url
Browse files Browse the repository at this point in the history
Remove debug print with URL from ModelLoader
  • Loading branch information
ksuprynowicz committed Feb 26, 2024
2 parents eb13a75 + b5911d1 commit a1089b5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit a1089b5

Please sign in to comment.