From e0d8198626bd73ac3bb8ca7fe3c1966fe4d9d668 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 5 Jun 2016 17:21:52 +0100 Subject: [PATCH] stop excess logging --- openlp/core/lib/remote/poll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/lib/remote/poll.py b/openlp/core/lib/remote/poll.py index 501972bea..73ed4c376 100644 --- a/openlp/core/lib/remote/poll.py +++ b/openlp/core/lib/remote/poll.py @@ -25,7 +25,7 @@ import json from openlp.core.common import RegistryProperties, Settings, OpenLPMixin -class OpenLPPoll(RegistryProperties, OpenLPMixin): +class OpenLPPoll(RegistryProperties): """ Access by the web layer to get status type information from the application """