From 6855eb01d22ed2a4d1b04f8016b6e5e04365c403 Mon Sep 17 00:00:00 2001 From: AlanJaeger Date: Tue, 31 Oct 2023 15:33:53 -0300 Subject: [PATCH] feature: endpoint to return templating values from flows --- chats/apps/api/v1/internal/rest_clients/flows_rest_client.py | 1 - 1 file changed, 1 deletion(-) 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,