Skip to content

Commit

Permalink
fix: removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Grohs authored and Adam Grohs committed Apr 12, 2019
1 parent cef4dbe commit 4a20af2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ export class createClient {
}

post(path: string, data: object, headers?: Headers) {
console.log('!!path', path)
console.log('!!data', data)
return this.request('POST', path, data, headers)
}

Expand Down

0 comments on commit 4a20af2

Please sign in to comment.