Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Remove debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Aug 7, 2015
1 parent 0893c6c commit c238b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ubcpi/static/js/features/support/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Api.prototype.createUserOrLogin = function (username, target, callback) {
password: userInfo[3],
id: userInfo[4]
};
console.log(target + ': ' + body);
//console.log(target + ': ' + body);
callback(null, self.users[target]);
}
);
Expand Down Expand Up @@ -213,4 +213,4 @@ function handleResponse(error, response, body, callback) {
}


module.exports = new Api;
module.exports = new Api;

0 comments on commit c238b5a

Please sign in to comment.