Commit 90cc6264 authored by Joukehofman's avatar Joukehofman Committed by Sander van Harmelen

Removed log print from create issue (#68)

parent 42a7783d
......@@ -19,7 +19,6 @@ package gitlab
import (
"encoding/json"
"fmt"
"log"
"net/url"
"strings"
"time"
......@@ -207,8 +206,6 @@ func (s *IssuesService) CreateIssue(
return nil, nil, err
}
log.Printf("req: %#+v\n", req.URL)
i := new(Issue)
resp, err := s.client.Do(req, i)
if err != nil {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment