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 +