Skip to content

Commit

Permalink
Comment out rate limit printing
Browse files Browse the repository at this point in the history
  • Loading branch information
conortm committed Apr 23, 2015
1 parent 2d5390f commit 61c35c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions github.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"errors"
"fmt"
"strings"

"github.com/google/go-github/github"
Expand Down Expand Up @@ -32,7 +31,7 @@ func newGithub(token string) Github {
},
}))

//* DEBUG: print rate-limit.
/* DEBUG: print rate-limit.
fmt.Println("<DEBUG>")
rate, _, err := client.RateLimit()
if err != nil {
Expand Down

0 comments on commit 61c35c8

Please sign in to comment.