Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JAMES ZHANG committed Mar 9, 2016
1 parent 80ff745 commit 4e3dcf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/js/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ function allReady(thresholds, sampleText) {
* @param {Object} error
*/
function _error(error) {
console.log(error.responseJSON.code);
var message = typeof error.responseJSON.error === 'string' ?
error.responseJSON.error :
'Error code ' + error.responseJSON.error.code + ': ' + error.responseJSON.error.message;
Expand Down

0 comments on commit 4e3dcf6

Please sign in to comment.