commented out console.log reference, line 8

This commit is contained in:
tworrall 2011-07-05 20:37:44 +00:00
parent cfcea88dfe
commit a3257c2fa8

View file

@ -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();
});