summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-12-08 05:56:38 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-12-08 05:56:38 (GMT)
commit1389d2690f19378fc9e83426c0038a65e23ed1c8 (patch)
treee6947a7686ab8a8ae4b183bba8f4a4500c269789
parent14b8c11d19bb9a618e18c999b113f827b66dc1c5 (diff)
downloadQt-1389d2690f19378fc9e83426c0038a65e23ed1c8.zip
Qt-1389d2690f19378fc9e83426c0038a65e23ed1c8.tar.gz
Qt-1389d2690f19378fc9e83426c0038a65e23ed1c8.tar.bz2
undebug
-rw-r--r--src/declarative/qml/qmlsqldatabase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlsqldatabase.cpp b/src/declarative/qml/qmlsqldatabase.cpp
index 6ddd5e5..c3c3ca3 100644
--- a/src/declarative/qml/qmlsqldatabase.cpp
+++ b/src/declarative/qml/qmlsqldatabase.cpp
@@ -409,7 +409,6 @@ void qt_add_qmlsqldatabase(QScriptEngine *engine)
{
QScriptValue openDatabase = engine->newFunction(qmlsqldatabase_open_sync, 4);
engine->globalObject().setProperty(QLatin1String("openDatabaseSync"), openDatabase);
-qDebug() << "qt_add_qmlsqldatabase" << engine;
QScriptValue sqlExceptionPrototype = engine->newObject();
for (int i=0; sqlerror[i]; ++i)