You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2008/10/10 03:30:05 UTC

svn commit: r703310 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/checkoutProcess.js

Author: apatel
Date: Thu Oct  9 18:30:05 2008
New Revision: 703310

URL: http://svn.apache.org/viewvc?rev=703310&view=rev
Log:
Removed debug statement. Is problem with IE

Modified:
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/checkoutProcess.js

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/checkoutProcess.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/checkoutProcess.js?rev=703310&r1=703309&r2=703310&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/checkoutProcess.js (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/images/checkoutProcess.js Thu Oct  9 18:30:05 2008
@@ -255,7 +255,6 @@
             }
         }, parameters: $('shippingForm').serialize(), requestHeaders: {Accept: 'application/json'}
     });
-    console.log("returning from createUpdateCustomerAndShippingAddress  " + result );
     return result;
 }