summaryrefslogtreecommitdiffstats
path: root/src/script/qscriptecmaglobal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/qscriptecmaglobal.cpp')
-rw-r--r--src/script/qscriptecmaglobal.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/script/qscriptecmaglobal.cpp b/src/script/qscriptecmaglobal.cpp
index a7cb115..b756a27 100644
--- a/src/script/qscriptecmaglobal.cpp
+++ b/src/script/qscriptecmaglobal.cpp
@@ -305,8 +305,7 @@ public:
}
if (context->state() != QScriptContext::ExceptionState) {
- QTextStream qout(stdout, QIODevice::WriteOnly);
- qout << result << endl;
+ qDebug(qPrintable(result));
context->setReturnValue(eng->undefinedValue());
}
#ifndef Q_SCRIPT_NO_EVENT_NOTIFY