Skip to content

Commit

Permalink
Removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiozen committed Jan 23, 2017
1 parent 8e26d5d commit 2a7314a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backends/netlify-auth/API.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default class API extends GithubAPI {


getRequestHeaders(headers = {}) {
console.log("Getting request headers");
return this.tokenPromise()
.then((jwtToken) => {
const baseHeader = {
Expand Down

0 comments on commit 2a7314a

Please sign in to comment.