From b22cec7da49261c2ed0e08babf989b3a4c05ce8c Mon Sep 17 00:00:00 2001 From: Michael Sverdlov Date: Sun, 22 Sep 2024 13:41:40 +0300 Subject: [PATCH] Remove redundant log Signed-off-by: Michael Sverdlov --- general/ai/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/ai/cli.go b/general/ai/cli.go index 76acfd366..428f06256 100644 --- a/general/ai/cli.go +++ b/general/ai/cli.go @@ -26,7 +26,7 @@ const ( cliAiAppApiUrl = "https://cli-ai-app-stg.jfrog.info/api/" askRateLimitHeader = "X-JFrog-CLI-AI" // The latest version of the terms and conditions for using the AI interface. - aiTermsRevision = 1 + aiTermsRevision = 2 ) type ApiType string