Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
thabti committed Nov 17, 2016
1 parent 43a2cd3 commit 22fe13d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export default class ApiClient {
methods.forEach((method) =>
this[method] = (path, { params, data } = {}) => new Promise((resolve, reject) => {
const request = superagent[method](formatUrl(path));
console.log(formatUrl(path), '-------');

if (params) {
request.query(params);
Expand Down

0 comments on commit 22fe13d

Please sign in to comment.