From 1c093e9d52f14f0510829b9f8b866178c06f9da8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 11 Nov 2009 02:19:38 +0100 Subject: comments -- --- src/webpluginfactory.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/webpluginfactory.cpp b/src/webpluginfactory.cpp index bc79c60b..af799905 100644 --- a/src/webpluginfactory.cpp +++ b/src/webpluginfactory.cpp @@ -75,9 +75,6 @@ QObject *WebPluginFactory::create(const QString &mimeType, return new PreviewImage(url, title, number, isFavorite); } - // this let QtWebKit using builtin plugins - // to load in example flash contents and so on.. - kDebug() << "No plugins found for" << mimeType << ". Falling back to QtWebKit ones..."; return KWebPluginFactory::create(mimeType, url, argumentNames, argumentValues); } -- cgit v1.2.1