File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,6 @@ def save(self):
257
257
device_type = self ._device .device_type ,
258
258
notification_type = ON_UNLOCK_ACTION ,
259
259
)
260
- print (self ._notification )
261
260
self ._notification .filter_value = self .name
262
261
self ._notification .active = self .notify_on_use
263
262
self ._notification .save (self ._device )
Original file line number Diff line number Diff line change @@ -341,8 +341,6 @@ def _get_access_codes(self) -> Iterable[AccessCode]:
341
341
continue
342
342
access_code_id = notification .notification_id [user_id_len + 1 :]
343
343
notifications [access_code_id ] = notification
344
- print ("x" * 80 )
345
- print (notifications )
346
344
path = AccessCode .request_path (self .device_id )
347
345
resp = self ._auth .request ("get" , path )
348
346
for code_json in resp .json ():
You can’t perform that action at this time.
0 commit comments