diff --git a/clixon/client.py b/clixon/client.py index ffc7693..c30b5fd 100644 --- a/clixon/client.py +++ b/clixon/client.py @@ -71,9 +71,6 @@ def controller_transaction_cb(*args, **kwargs) -> None: tid = str(notification.notification.controller_transaction.tid) result = str(notification.notification.controller_transaction.result) - if "SUCCESS" in data: - return - if tid not in transactions: return