remove committed debug lines

This commit is contained in:
Stephen Birarda 2016-03-10 14:50:21 -08:00
parent 7f0917ea00
commit b3d8b67893

View file

@ -236,8 +236,6 @@ void AssetMappingModel::refresh() {
//removeitem->index();
}
} else {
qDebug() << "THE ERROR IS" << request->getError();
qDebug() << "Casted error is" << static_cast<int>(request->getError());
emit errorGettingMappings(static_cast<int>(request->getError()));
}
});