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

List:       kde-commits
Subject:    kdelibs/khtml/ecma
From:       David Faure <faure () kde ! org>
Date:       2005-01-24 19:57:03
Message-ID: 20050124195703.983F01D196 () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Remove dead code and confusing debug output


  M +3 -9      kjs_window.cpp   1.395


--- kdelibs/khtml/ecma/kjs_window.cpp  #1.394:1.395
@@ -1170,11 +1170,5 @@ void Window::goURL(ExecState* exec, cons
     } else {
       QString dstUrl = active_part->htmlDocument().completeURL(url).string();
-      KURL dst( dstUrl );
-      KURL partURL( part->url() );
-      // Remove refs for the comparison
-      dst.setRef( QString::null );
-      partURL.setRef( QString::null );
-      kdDebug(6070) << "Window::goURL dstUrl=" << dst.prettyURL() << " partURL=" << partURL.prettyURL()
-                   << " identical: " << partURL.equals( dst, true ) << endl;
+      kdDebug(6070) << "Window::goURL dstUrl=" << dstUrl << endl;
 
       // check if we're allowed to inject javascript


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

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