Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel committed Apr 28, 2023
1 parent c1076d7 commit 2b1771a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/jira/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package jira
import (
"context"
"encoding/json"
"fmt"
"net/http"
"strconv"
"strings"
Expand Down Expand Up @@ -83,8 +82,6 @@ func (c *Client) create(req *CreateRequest, ver string) (*CreateResponse, error)
return nil, err
}

fmt.Printf("\n%+v\n", string(body))

header := Header{
"Accept": "application/json",
"Content-Type": "application/json",
Expand Down

0 comments on commit 2b1771a

Please sign in to comment.