SIENTIAPDE-1110

Refactor Gates and OpcRepository for improved logging and error handling. Removed debug statement in Gates and enhanced disconnect method in OpcRepository to log disconnection status and handle exceptions.
This commit is contained in:
vitor-aignosi
2025-06-27 15:52:33 -03:00
parent 90c6beb673
commit 80ad2d54ad
2 changed files with 9 additions and 7 deletions

View File

@@ -64,9 +64,6 @@ class Gates(BaseActivity):
tuple[str | None, int, str]: (policy, confidence, comments) based in priority
list and filter configuration and functions.
"""
self.debug(f"Input data: {input_data}")
metadata = input_data['metadata']
self.debug("Performing input gate...", metadata)