stop excess logging

This commit is contained in:
Tim Bentley 2016-06-05 17:21:52 +01:00
parent a5f460dc76
commit e0d8198626
1 changed files with 1 additions and 1 deletions

View File

@ -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
"""