Removed a debug statemen.

This commit is contained in:
Andrzej Kapolka 2014-11-20 17:34:37 -08:00
parent d4693232d3
commit 03e302c508

View file

@ -744,7 +744,6 @@ bool MetavoxelData::deepEquals(const MetavoxelData& other, const MetavoxelLOD& l
return false;
}
if (_roots.size() != other._roots.size()) {
qDebug() << _roots << other._roots;
return false;
}
glm::vec3 minimum = getMinimum();