summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlsqldatabase.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-12-08 07:12:42 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-12-08 07:12:42 (GMT)
commit3c34240b013e6bd251b35cd66a59fdabbfe7335f (patch)
treeec50a1fac90ef22a58e7c692375bbbb5f2b98b21 /src/declarative/qml/qmlsqldatabase.cpp
parentb6170b833f424e641446d5cec40d2021dcfa2a0a (diff)
parent7cfbd79775692b3acc98cfd39d6a6384f3b59b89 (diff)
downloadQt-3c34240b013e6bd251b35cd66a59fdabbfe7335f.zip
Qt-3c34240b013e6bd251b35cd66a59fdabbfe7335f.tar.gz
Qt-3c34240b013e6bd251b35cd66a59fdabbfe7335f.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/qml/qmlsqldatabase.cpp')
-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)