File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ type issueTypeFieldConf struct {
54
54
}
55
55
}
56
56
57
- // MTLS specific config
57
+ // MTLS authtype specific config.
58
58
type JiraCLIMTLSConfig struct {
59
59
CaCert string
60
60
ClientCert string
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ func (e Errors) String() string {
96
96
// Header is a key, value pair for request headers.
97
97
type Header map [string ]string
98
98
99
- // MTLS authtype specific config
99
+ // MTLS authtype specific config.
100
100
type MTLSConfig struct {
101
101
CaCert string
102
102
ClientCert string
@@ -131,9 +131,6 @@ type ClientFunc func(*Client)
131
131
132
132
// NewClient instantiates new jira client.
133
133
func NewClient (c Config , opts ... ClientFunc ) * Client {
134
-
135
- log .Print (c .MTLSConfig )
136
-
137
134
client := Client {
138
135
server : strings .TrimSuffix (c .Server , "/" ),
139
136
login : c .Login ,
You can’t perform that action at this time.
0 commit comments