From 4bf3b066df14cbd553c06f531f11b9e04dd87bde Mon Sep 17 00:00:00 2001 From: Szabolcs Toth <54896607+tothszabi@users.noreply.github.com> Date: Tue, 10 Sep 2024 07:53:23 +0200 Subject: [PATCH] Remove comment --- cli/command_analytics.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cli/command_analytics.go b/cli/command_analytics.go index 79370529..0b799131 100644 --- a/cli/command_analytics.go +++ b/cli/command_analytics.go @@ -64,7 +64,5 @@ func collectFlags(c *cli.Context) []string { } func sendCommandInfo(command, subcommand string, flags []string) { - //fmt.Printf("Command name: %s, subcommand: %s, flags: %s\n", command, subcommand, flags) - globalTracker.SendCommandInfo(command, subcommand, flags) }