diff --git a/fbpcs/pl_coordinator/bolt_graphapi_client.py b/fbpcs/pl_coordinator/bolt_graphapi_client.py index ce780c3f9..500eaf1a7 100644 --- a/fbpcs/pl_coordinator/bolt_graphapi_client.py +++ b/fbpcs/pl_coordinator/bolt_graphapi_client.py @@ -239,7 +239,6 @@ def _get_graph_api_token(self, config: Dict[str, Any]) -> str: token = os.getenv(FBPCS_GRAPH_API_TOKEN) if not token: no_token_exception = GraphAPITokenNotFound.make_error() - self.logger.exception(no_token_exception) raise no_token_exception from None self.logger.info( f"successfully read graph api token from {FBPCS_GRAPH_API_TOKEN} env var"