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 (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
"encoding/json"
|
|
||||||
"fmt"
|
"fmt"
|
||||||
"text/template"
|
"text/template"
|
||||||
|
|
||||||
|
@ -93,9 +92,6 @@ func (c *JiraClient) CreateTicket(ticket *model.Ticket, campaign *model.Campaign
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
b, _ := json.MarshalIndent(issue, "", " ")
|
|
||||||
fmt.Println(string(b))
|
|
||||||
|
|
||||||
newIssue, _, err := c.Issue.Create(issue)
|
newIssue, _, err := c.Issue.Create(issue)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|
Loading…
Reference in a new issue