From a3257c2fa807b3a4a40e7b7e16ae1246142f55c2 Mon Sep 17 00:00:00 2001 From: tworrall Date: Tue, 5 Jul 2011 20:37:44 +0000 Subject: [PATCH] commented out console.log reference, line 8 --- webapp/web/js/account/accountAssociateProfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/web/js/account/accountAssociateProfile.js b/webapp/web/js/account/accountAssociateProfile.js index 9ff87f05f..e699c3a2d 100644 --- a/webapp/web/js/account/accountAssociateProfile.js +++ b/webapp/web/js/account/accountAssociateProfile.js @@ -5,7 +5,7 @@ var associateProfileFields = { /* *** Initial page setup *** */ onLoad: function() { - console.log('Here we are'); + //console.log('Here we are'); if (this.disableFormInUnsupportedBrowsers()) { return; } @@ -174,4 +174,4 @@ var associateProfileFields = { $(document).ready(function() { associateProfileFields.onLoad(); }); - \ No newline at end of file +