removed debug statment

This commit is contained in:
Dante Ruiz 2017-05-12 19:48:31 +01:00
parent 1f328cc923
commit 6155d31513

View file

@ -193,7 +193,6 @@ namespace controller {
QJsonObject data = openFile(info.absoluteFilePath(), success);
if (success) {
_framesRecorded = data["frameCount"].toInt();
qDebug() << "frame count" << _framesRecorded;
QJsonArray actionArrayList = data["actionList"].toArray();
QJsonArray poseArrayList = data["poseList"].toArray();