remove stray print

This commit is contained in:
nate smith 2023-07-10 15:16:51 -07:00
parent 38e6287fe8
commit 557127c7ca

View file

@ -413,7 +413,6 @@ func initDefaultTitleBody(ctx CreateContext, state *shared.IssueMetadataState, o
return err
}
state.Body = body
fmt.Print(state.Title, state.Body)
} else if len(commits) == 1 {
state.Title = commits[0].Title
body, err := gitClient.CommitBody(context.Background(), commits[0].Sha)