diff options
author | Tobias Koenig <tokoe@kde.org> | 2009-05-19 14:18:07 (GMT) |
---|---|---|
committer | Tobias Koenig <tokoe@kde.org> | 2009-05-19 14:18:07 (GMT) |
commit | adad01b142a0839a9c6e59275844f0c38924c25d (patch) | |
tree | ddc5d2e954d97963a2f0e8395584d20df5643440 /src/xmlpatterns/schema/qxsdschemaparser.cpp | |
parent | fa26e5759c645c9ed9c81a86dba72881dd1d776c (diff) | |
download | Qt-adad01b142a0839a9c6e59275844f0c38924c25d.zip Qt-adad01b142a0839a9c6e59275844f0c38924c25d.tar.gz Qt-adad01b142a0839a9c6e59275844f0c38924c25d.tar.bz2 |
Remove unneeded qDebug statement
Diffstat (limited to 'src/xmlpatterns/schema/qxsdschemaparser.cpp')
-rw-r--r-- | src/xmlpatterns/schema/qxsdschemaparser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmlpatterns/schema/qxsdschemaparser.cpp b/src/xmlpatterns/schema/qxsdschemaparser.cpp index cabc12e..3cd21af 100644 --- a/src/xmlpatterns/schema/qxsdschemaparser.cpp +++ b/src/xmlpatterns/schema/qxsdschemaparser.cpp @@ -251,7 +251,6 @@ void XsdSchemaParser::setTargetNamespaceExtended(const QString &targetNamespace) void XsdSchemaParser::setDocumentURI(const QUrl &uri) { - qDebug("%s", qPrintable(uri.toString())); m_documentURI = uri; // prevent to get included/imported/redefined twice |