remove test method

This commit is contained in:
coderkun 2015-01-31 13:05:04 +01:00
commit c574c369bc

5
mcg.py
View file

@ -226,11 +226,6 @@ class Client(Base):
self._add_action(self._set_volume, volume)
def test(self):
self._logger.info("test")
self._add_action(self._test)
# Private methods
def _connect(self, host, port, password):