aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <[email protected]>2022-08-23 07:23:28 +0200
committerUlf Hermann <[email protected]>2022-08-24 15:04:00 +0200
commit7be4dcfd2c2dd27627bfc6a319f348a52c390632 (patch)
treee17ecd3d023adbe858741320dec0417c8efb3191
parentf1187c47e44a9c41494f5780b231f2f4faa8c736 (diff)
Remove stray qDebug()
Amends commit af1ef35fa00a466d3af04c17b59fcb4ea38f396a. Pick-to: 6.4 6.3 Task-number: QTBUG-92192 Change-Id: I7523b9294d543eaaf2c37f4d2d4456758cdb6e3e Reviewed-by: Mitch Curtis <[email protected]>
-rw-r--r--src/qml/jsruntime/qv4jsonobject.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4jsonobject.cpp b/src/qml/jsruntime/qv4jsonobject.cpp
index 3ea976f0e4..9ff252a0c3 100644
--- a/src/qml/jsruntime/qv4jsonobject.cpp
+++ b/src/qml/jsruntime/qv4jsonobject.cpp
@@ -623,7 +623,6 @@ public:
QStringLiteral("Cannot convert circular structure to JSON"));
}
- qDebug() << stringify->v4->callDepth;
stringify->v4->checkStackLimits();
}