summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index f8f44b6a..9d2d72aa 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -1214,7 +1214,6 @@ void WebView::sendByMail()
{
KAction *a = qobject_cast<KAction*>(sender());
QString url = a->data().toString();
- kDebug() << "URL " << url;
KToolInvocation::invokeMailer("", "", "", "", url);
}