diff options
Diffstat (limited to 'src/webtab')
-rw-r--r-- | src/webtab/protocolhandler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/webtab/protocolhandler.cpp b/src/webtab/protocolhandler.cpp index 4b456112..2d5a36aa 100644 --- a/src/webtab/protocolhandler.cpp +++ b/src/webtab/protocolhandler.cpp @@ -145,9 +145,6 @@ bool ProtocolHandler::preHandling(const QNetworkRequest &request, QWebFrame *fra return false; } - kDebug() << "FN: " << _url.fileName(); - kDebug() << "DIR: " << _url.directory(); - if (_url.directory() == QL1S("webapp")) { if (_url.fileName() == QL1S("launch")) |