Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed May 19, 2020
1 parent 07aa794 commit f1cc34f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ export class Octokit {
}

this.request = request.defaults(requestDefaults);
console.log(`requestDefaults.baseUrl`);
console.log(requestDefaults.baseUrl);

this.graphql = withCustomRequest(this.request).defaults({
...requestDefaults,
baseUrl: requestDefaults.baseUrl.replace(/\/api\/v3$/, "/api"),
Expand Down

0 comments on commit f1cc34f

Please sign in to comment.