base: remove leftover debug statement
This commit is contained in:
parent
29a6b7446d
commit
47f7ec104a
|
@ -116,7 +116,6 @@ class TuhiDevice(GObject.Object):
|
|||
|
||||
@battery_state.setter
|
||||
def battery_state(self, value):
|
||||
print('setting battery state on tuhidevice')
|
||||
self._battery_state = value
|
||||
|
||||
def connect_device(self):
|
||||
|
|
Loading…
Reference in New Issue