From 013b0f76d9b1b9d211cba1fae6e3a102ce8c6434 Mon Sep 17 00:00:00 2001 From: Aaron Newton Date: Tue, 29 Oct 2013 11:38:28 -0700 Subject: [PATCH] removing console statements --- Source/Delegators/Delegator.Ajax.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/Delegators/Delegator.Ajax.js b/Source/Delegators/Delegator.Ajax.js index 456ae8e..c8ed939 100644 --- a/Source/Delegators/Delegator.Ajax.js +++ b/Source/Delegators/Delegator.Ajax.js @@ -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'), @@ -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