diff --git a/cmd/main.go b/cmd/main.go index 0937897..b88b4f5 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -37,11 +37,7 @@ func main() { // Pre-define variables for error handling var err error -<<<<<<< HEAD - // Read the configuration file -======= // Get configuration ->>>>>>> feature/ai/switch cfg, err := utils.NewConfig(*configFile) if err != nil { logger.Fatalf("Error creating comment: %s", err) @@ -53,7 +49,6 @@ func main() { // Get Issue's information(e.g. Title, Body) and add them to the user prompt except for comments by Actions. title, _ := issue.GetTitle() body, _ := issue.GetBody() -<<<<<<< HEAD if cfg.System.Debug.Log_level == "debug" { logger.Println("Title:", *title) logger.Println("Body:", *body)