Skip to content

Commit

Permalink
removing console statements
Browse files Browse the repository at this point in the history
  • Loading branch information
anutron committed Oct 29, 2013
1 parent 400f456 commit 013b0f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/Delegators/Delegator.Ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ name: Delegator.Ajax

var request = link.retrieve('Delegator.Ajax.Request');
if (!request){
console.log('creating request instance');
request = new Request.HTML(
Object.cleanValues({
method: api.get('method'),
Expand Down Expand Up @@ -73,7 +72,6 @@ name: Delegator.Ajax
}
})
);
console.log('request: ', request);
link.store('Delegator.Ajax.Request', request);
}
// allow for additional data to be encoded into the request at the time of invocation
Expand Down

0 comments on commit 013b0f7

Please sign in to comment.