From eafdfb492427eec3eecb4eb84d8530807ca89100 Mon Sep 17 00:00:00 2001 From: Tomi Hakala Date: Wed, 1 May 2024 19:01:47 +0300 Subject: [PATCH] Refactor root command creation in cmd/root.go --- cmd/root.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index beee8f74..e6af1ace 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -19,8 +19,7 @@ import ( // RootCommand creates and returns the root command func RootCommand(settings *conf.Settings) *cobra.Command { - //ctx := config.GetGlobalContext() - + // Create the root command rootCmd := &cobra.Command{ Use: "birdnet", Short: "BirdNET-Go CLI",