removed logger.

I guess I should add some error checking, but I'd like you to okay this code first.
This commit is contained in:
sander 2016-02-28 10:29:21 +01:00
parent 0193454064
commit a8edcfd315

View File

@ -6,7 +6,6 @@ Allows users to set and activate scenes.
For more details about this component, please refer to the documentation at For more details about this component, please refer to the documentation at
https://home-assistant.io/components/scene/ https://home-assistant.io/components/scene/
""" """
import logging
from collections import namedtuple from collections import namedtuple
from homeassistant.components.scene import Scene from homeassistant.components.scene import Scene