device: remove debugging statement
This commit is contained in:
parent
0b6a5fa108
commit
d3216ea57a
|
|
@ -112,7 +112,6 @@ class NotificationFlag(Flag):
|
||||||
|
|
||||||
|
|
||||||
def flags_to_str(flags, fallback: str) -> str:
|
def flags_to_str(flags, fallback: str) -> str:
|
||||||
print("FLAGS", type(flags), flags, fallback)
|
|
||||||
flag_names = []
|
flag_names = []
|
||||||
if flags is not None and flags is not False:
|
if flags is not None and flags is not False:
|
||||||
if flags.value == 0:
|
if flags.value == 0:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue