diff --git a/pkg/cli/add_workflow_pr.go b/pkg/cli/add_workflow_pr.go index cd2bac0c14..b9f8208132 100644 --- a/pkg/cli/add_workflow_pr.go +++ b/pkg/cli/add_workflow_pr.go @@ -7,11 +7,8 @@ import ( "strings" "github.com/githubnext/gh-aw/pkg/console" - "github.com/githubnext/gh-aw/pkg/logger" ) -var addPRLog = logger.New("cli:add_workflow_pr") - // addWorkflowsWithPR handles workflow addition with PR creation and returns the PR number and URL. func addWorkflowsWithPR(workflows []*WorkflowSpec, number int, verbose bool, quiet bool, engineOverride string, name string, force bool, appendText string, push bool, noGitattributes bool, fromWildcard bool, workflowDir string, noStopAfter bool, stopAfter string) (int, string, error) { // Get current branch for restoration later