mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +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);
|
QJsonObject data = openFile(info.absoluteFilePath(), success);
|
||||||
if (success) {
|
if (success) {
|
||||||
_framesRecorded = data["frameCount"].toInt();
|
_framesRecorded = data["frameCount"].toInt();
|
||||||
qDebug() << "frame count" << _framesRecorded;
|
|
||||||
QJsonArray actionArrayList = data["actionList"].toArray();
|
QJsonArray actionArrayList = data["actionList"].toArray();
|
||||||
QJsonArray poseArrayList = data["poseList"].toArray();
|
QJsonArray poseArrayList = data["poseList"].toArray();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue