summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas McGuire <thomas.mcguire.qnx@kdab.com>2013-01-10 17:38:14 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-15 17:39:09 +0100
commita001511d8629c05de807f9927c3fa75f5d59a768 (patch)
tree892b8ecb09f10c778aa08a53e900b0c040799a1d
parent96d5cec1e18aad8335f165bca77b84235b0ebda1 (diff)
Generic plugin: Remove debug message noise.
Change-Id: I33e43f0846197cbb47609af249e54769e17920b8 Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
-rw-r--r--src/plugins/sensors/generic/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/sensors/generic/main.cpp b/src/plugins/sensors/generic/main.cpp
index a69c2797..ed33f586 100644
--- a/src/plugins/sensors/generic/main.cpp
+++ b/src/plugins/sensors/generic/main.cpp
@@ -59,7 +59,6 @@ class genericSensorPlugin : public QObject, public QSensorPluginInterface, publi
public:
void registerSensors()
{
- qDebug() << "loaded the Generic plugin";
// Nothing to register here
}