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

List:       kde-commits
Subject:    =?utf-8?q?=5Bkwebkitpart=5D_src=3A_Removed_unnecessary_debug_sta?=
From:       Dawit Alemayehu <adawit () kde ! org>
Date:       2011-02-01 0:02:39
Message-ID: 20110201000239.61A56A60AE () git ! kde ! org
[Download RAW message or body]

Git commit 384578c970018304e0f35ee927f19d84184ab278 by Dawit Alemayehu.
Pushed by adawit into branch 'master'.

Removed unnecessary debug statements

M  +0    -2    src/webview.cpp     

http://commits.kde.org/kwebkitpart/384578c970018304e0f35ee927f19d84184ab278

diff --git a/src/webview.cpp b/src/webview.cpp
index c276a4d..3d85da4 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -145,7 +145,6 @@ void WebView::dropEvent(QDropEvent* ev)
 
 void WebView::contextMenuEvent(QContextMenuEvent* e)
 {
-    kDebug();
     m_result = page()->mainFrame()->hitTestContent(e->pos());
     if (m_result.isContentEditable()) {
         KWebView::contextMenuEvent(e); // TODO: better KDE integration if possible
@@ -201,7 +200,6 @@ void WebView::contextMenuEvent(QContextMenuEvent* e)
 
 void WebView::partActionPopupMenu(KParts::BrowserExtension::ActionGroupMap& partGroupMap)
 {
-    kDebug();
     QList<QAction*> partActions;
 
     if (m_result.imageUrl().isValid()) {


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

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