Skip to content

Commit

Permalink
Conflict Resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
pacificbelt30 committed Jul 3, 2024
1 parent 1142be6 commit 1c48660
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 1c48660

Please sign in to comment.