removed wrong comments
This commit is contained in:
commit
3e24b71436
49 changed files with 2098 additions and 1978 deletions
|
@ -10,5 +10,6 @@ class Loggable(object):
|
|||
# TODO : replace this boilerplate with LazyProperty
|
||||
@LazyProperty
|
||||
def logger(self):
|
||||
# TODO : Clean this up
|
||||
if not hasattr(self,"_logger"): self._logger = logging.getLogger('mediamonitor2')
|
||||
return self._logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue