diff --git a/ingestion/src/metadata/ingestion/source/pipeline/nifi/client.py b/ingestion/src/metadata/ingestion/source/pipeline/nifi/client.py index efbcc086dd7..2110567b519 100644 --- a/ingestion/src/metadata/ingestion/source/pipeline/nifi/client.py +++ b/ingestion/src/metadata/ingestion/source/pipeline/nifi/client.py @@ -79,8 +79,6 @@ class NifiClient: client_config.cert = (cc_path, ck_path) self.client = REST(client_config) - access = self.client.get("access") - logger.debug(access) @property def token(self) -> str: