From eebbdab90153126fa3c72c527084980f9a4c580f Mon Sep 17 00:00:00 2001 From: Aaron Kennedy Date: Tue, 19 Jan 2010 16:45:13 +1000 Subject: Remove debugging --- src/declarative/qml/qmlbindingvme.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/declarative/qml/qmlbindingvme.cpp b/src/declarative/qml/qmlbindingvme.cpp index 0403e2e..5b602b9 100644 --- a/src/declarative/qml/qmlbindingvme.cpp +++ b/src/declarative/qml/qmlbindingvme.cpp @@ -599,8 +599,6 @@ inline static QString toString(Register *reg, int type, bool *ok = 0) } else if (type == QMetaType::Int) { return QString::number(reg->getint()); } else if (type == qMetaTypeId()) { - qWarning() << reg->getvariantptr()->toString() << - *reg->getvariantptr(); return reg->getvariantptr()->toString(); } else if (type == QMetaType::QString) { return *reg->getstringptr(); -- cgit v0.12