aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2022-08-23 07:23:28 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-08-25 16:28:59 +0000
commit15f451e99a2d3ca3c2fc4b8f8464b949b9dc7549 (patch)
tree912ef564f3baa91a43eed6850ed02b1490a961c6
parent912cea581a60b967b22482bba5e8c1039aceb849 (diff)
Remove stray qDebug()
Amends commit af1ef35fa00a466d3af04c17b59fcb4ea38f396a. Task-number: QTBUG-92192 Change-Id: I7523b9294d543eaaf2c37f4d2d4456758cdb6e3e Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> (cherry picked from commit 7be4dcfd2c2dd27627bfc6a319f348a52c390632) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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 130a3ccb23..f31814d089 100644
--- a/src/qml/jsruntime/qv4jsonobject.cpp
+++ b/src/qml/jsruntime/qv4jsonobject.cpp
@@ -659,7 +659,6 @@ public:
QStringLiteral("Cannot convert circular structure to JSON"));
}
- qDebug() << stringify->v4->callDepth;
stringify->v4->checkStackLimits();
}