diff --git a/chats/apps/api/v1/internal/rest_clients/flows_rest_client.py b/chats/apps/api/v1/internal/rest_clients/flows_rest_client.py index cc797832..abeb4d33 100644 --- a/chats/apps/api/v1/internal/rest_clients/flows_rest_client.py +++ b/chats/apps/api/v1/internal/rest_clients/flows_rest_client.py @@ -186,7 +186,6 @@ def list_flows(self, project, cursor: str = ""): return flows def retrieve_flow_definitions(self, project, flow_uuid): - print(self.base_url) response = retry_request_and_refresh_flows_auth_token( project=project, request_method=requests.get,