remove model loader debug

This commit is contained in:
Philip Rosedale 2014-05-05 20:28:12 -07:00
parent e0c898bba0
commit e1a6a824a3

View file

@ -486,7 +486,6 @@ void GeometryReader::run() {
return;
}
try {
qDebug() << "Reading " << _url;
QMetaObject::invokeMethod(geometry.data(), "setGeometry", Q_ARG(const FBXGeometry&,
_url.path().toLower().endsWith(".svo") ? readSVO(_reply->readAll()) : readFBX(_reply->readAll(), _mapping)));