Clean : Removed debug logs

This commit is contained in:
Balleux Benjamin
2017-05-16 15:20:30 +02:00
parent 5c497c8f6c
commit e02bbefa68
2 changed files with 0 additions and 14 deletions
-1
View File
@@ -589,7 +589,6 @@ void ColladaSerializer::ColladaExporter::endDocument() {
for (std::vector<DeferredObject>::const_iterator it = deferreds.begin(); it != deferreds.end(); ++it){
const std::string object_name = it->unique_id;
// TODO : handle the case where a representation object has no parent (Can this really happen ?)
if (use_hierarchy)
{
unsigned parentsNumber = it->parents.size();