Remove issue body printing
This commit is contained in:
parent
f5f721e6ef
commit
89c55b1a8c
1 changed files with 0 additions and 4 deletions
|
@ -2,7 +2,6 @@ package jira
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"text/template"
|
||||
|
||||
|
@ -93,9 +92,6 @@ func (c *JiraClient) CreateTicket(ticket *model.Ticket, campaign *model.Campaign
|
|||
return nil, err
|
||||
}
|
||||
|
||||
b, _ := json.MarshalIndent(issue, "", " ")
|
||||
fmt.Println(string(b))
|
||||
|
||||
newIssue, _, err := c.Issue.Create(issue)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Reference in a new issue