remove stray print
This commit is contained in:
parent
38e6287fe8
commit
557127c7ca
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue