[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kdom/impl (silent)
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2004-11-23 21:29:59
Message-ID: 20041123212959.4BF3F18DAA () office ! kde ! org
[Download RAW message or body]

CVS commit by wildfox: 

CVS_SILENT: Yay! ksvg2 bug fixed, no need for this debug shit anymore


  M +0 -10     DocumentImpl.cc   1.28


--- kdenonbeta/kdom/impl/DocumentImpl.cc  #1.27:1.28
@@ -150,6 +150,4 @@ AttrImpl *DocumentImpl::createAttribute(
                 throw new DOMExceptionImpl(INVALID_CHARACTER_ERR);
 
-        kdDebug() << "I AM CALLED FOR: " << name << endl;
-
         AttrImpl *p = new AttrImpl(this, name);
         p->ref();
@@ -169,5 +167,4 @@ AttrImpl *DocumentImpl::createAttributeN
         DOMString prefix, localName;
         Helper::SplitNamespace(prefix, localName, qualifiedName);
-        kdDebug() << "I AM CALLED FOR: " << prefix << " " << localName << endl;
 
         AttrImpl *p = new AttrImpl(this, prefix, localName);
@@ -180,5 +177,4 @@ AttrImpl *DocumentImpl::createAttributeN
         p->appendChild(createTextNode(""));
 
-        kdDebug() << "ABOUT TO REGISTER NAMESPACE FOR: " << qualifiedName << endl;
         registerNamespace(namespaceURI, p);
         return p;
@@ -187,6 +183,4 @@ AttrImpl *DocumentImpl::createAttributeN
 void DocumentImpl::registerNamespace(const DOMString &namespaceURI, const DOMString \
&prefix)  {
-        kdDebug() << "DocumentImpl::registerNamespace namespaceURI = " << \
                namespaceURI << " prefix = " << prefix << endl;
-
         QString pref = prefix.string();
         if(!pref.isEmpty() && !m_namespaces.find(pref))
@@ -196,6 +190,4 @@ void DocumentImpl::registerNamespace(con
 void DocumentImpl::registerNamespace(const DOMString &namespaceURI, NodeImpl *n)
 {
-        kdDebug() << "DocumentImpl::namespaceURI n = " << n << " namespaceURI = " << \
                namespaceURI << endl;
-
         if(namespaceURI.isEmpty())
                 return;
@@ -209,6 +201,4 @@ void DocumentImpl::registerNamespace(con
 DOMString DocumentImpl::namespaceURI(NodeImpl *n, const DOMString &localName)
 {
-        kdDebug() << "DocumentImpl::namespaceURI n = " << n << " localName = " << \
                localName << endl;
-        
         // No prefix
         DOMString *ret = m_unprefixedNamespaces.find(n);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic