Browse Source

Remove errant console.log from API

pull/3704/head
Jack Lukic 8 years ago
parent
commit
76f1f2d024
1 changed files with 0 additions and 2 deletions
  1. 2
      src/definitions/behaviors/api.js

2
src/definitions/behaviors/api.js

@ -193,8 +193,6 @@ $.api = $.fn.api = function(parameters) {
// call beforesend and get any settings changes
requestSettings = module.get.settings();
console.log(requestSettings);
// check if before send cancelled request
if(requestSettings === false) {
module.cancelled = true;

Loading…
Cancel
Save