summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/qmlapp/debugging.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/src/qmlapp/debugging.qdoc b/doc/src/qmlapp/debugging.qdoc
index 54366a9b..3972c36d 100644
--- a/doc/src/qmlapp/debugging.qdoc
+++ b/doc/src/qmlapp/debugging.qdoc
@@ -47,9 +47,6 @@ function f(a, b) {
The output is generated using the qDebug, qWarning, qCritical methods in C++
(see also \l {Debugging Techniques}).
-Setting the environment variable QML_CONSOLE_EXTENDED also prints the source
-code location of the call.
-
\section2 Assert
\c console.assert tests that an expression is true. If not, it will write an optional message