mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:29:16 +02:00
removed debug statment
This commit is contained in:
parent
1f328cc923
commit
6155d31513
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue