diff --git a/pyschlage/code.py b/pyschlage/code.py index 4b1ef8c..b36dd6e 100644 --- a/pyschlage/code.py +++ b/pyschlage/code.py @@ -257,7 +257,6 @@ def save(self): device_type=self._device.device_type, notification_type=ON_UNLOCK_ACTION, ) - print(self._notification) self._notification.filter_value = self.name self._notification.active = self.notify_on_use self._notification.save(self._device) diff --git a/pyschlage/lock.py b/pyschlage/lock.py index bd1c30d..b6e49da 100644 --- a/pyschlage/lock.py +++ b/pyschlage/lock.py @@ -341,8 +341,6 @@ def _get_access_codes(self) -> Iterable[AccessCode]: continue access_code_id = notification.notification_id[user_id_len + 1 :] notifications[access_code_id] = notification - print("x" * 80) - print(notifications) path = AccessCode.request_path(self.device_id) resp = self._auth.request("get", path) for code_json in resp.json():