Skip to content

Commit

Permalink
[doc] Remove completed TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
elithrar committed Nov 17, 2016
1 parent 75fadc8 commit 49c0800
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions cmd/logshare-cli/main.go
Expand Up @@ -26,9 +26,6 @@ func main() {
app.Flags = flags
app.Version = Rev

// TODO: Hand off here to a function that checks which flags/combinations
// are defined, validates input, and then runs the appropriate action
// (function).
conf := &config{}
app.Action = run(conf)
app.Run(os.Args)
Expand Down Expand Up @@ -73,7 +70,6 @@ func run(conf *config) func(c *cli.Context) error {
}
}

// TODO: Log metadata to stderr
log.Printf("HTTP status %d | %dms | %s",
meta.StatusCode, meta.Duration, meta.URL)
log.Printf("Retrieved %d logs", meta.Count)
Expand Down
1 change: 0 additions & 1 deletion logshare.go
Expand Up @@ -55,7 +55,6 @@ func New(apiKey string, apiEmail string, options *Options) (*Client, error) {
return nil, errors.New("apiEmail cannot be empty")
}

// TODO(matt): Tidy up.
client := &Client{
apiKey: apiKey,
apiEmail: apiEmail,
Expand Down

0 comments on commit 49c0800

Please sign in to comment.