Skip to content

Commit

Permalink
Removes console.logs from most of the calls #31
Browse files Browse the repository at this point in the history
  • Loading branch information
netbofia committed Jul 9, 2019
1 parent f1e3591 commit dff24c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brapi/v1.3/models_v1.3.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ e.calls=function(attributes) {
}).then(function(res){
return res;
}).catch(function(err){
console.log("model v1.3 | Implemented Calls - Err: "+ err);
debug_std("model v1.3 | Implemented Calls - Err: "+ err);
return err;
});
}
Expand Down

0 comments on commit dff24c6

Please sign in to comment.