remove test method
This commit is contained in:
parent
5889638627
commit
c574c369bc
1 changed files with 0 additions and 5 deletions
5
mcg.py
5
mcg.py
|
|
@ -226,11 +226,6 @@ class Client(Base):
|
||||||
self._add_action(self._set_volume, volume)
|
self._add_action(self._set_volume, volume)
|
||||||
|
|
||||||
|
|
||||||
def test(self):
|
|
||||||
self._logger.info("test")
|
|
||||||
self._add_action(self._test)
|
|
||||||
|
|
||||||
|
|
||||||
# Private methods
|
# Private methods
|
||||||
|
|
||||||
def _connect(self, host, port, password):
|
def _connect(self, host, port, password):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue