commenting out other console references

This commit is contained in:
tworrall 2011-07-05 21:20:13 +00:00
parent 57ca8f9915
commit 1d1edb17b8

View file

@ -61,7 +61,7 @@ var associateProfileFields = {
}, },
bindEventListeners: function() { bindEventListeners: function() {
console.log('bindEventListeners'); //console.log('bindEventListeners');
this.externalAuthIdField.change(function() { this.externalAuthIdField.change(function() {
associateProfileFields.checkForAssociatedProfile(); associateProfileFields.checkForAssociatedProfile();
@ -97,7 +97,7 @@ var associateProfileFields = {
externalAuthId: associateProfileFields.externalAuthIdField.val() externalAuthId: associateProfileFields.externalAuthIdField.val()
}, },
complete: function(xhr, status) { complete: function(xhr, status) {
console.log('response text' + xhr.responseText); //console.log('response text' + xhr.responseText);
var results = jQuery.parseJSON(xhr.responseText); var results = jQuery.parseJSON(xhr.responseText);
response(results); response(results);
} }
@ -143,7 +143,7 @@ var associateProfileFields = {
}, },
showExternalAuthIdMatchesProfile: function(profileUri, profileUrl, profileLabel) { showExternalAuthIdMatchesProfile: function(profileUri, profileUrl, profileLabel) {
console.log('showExternalAuthIdMatchesProfile: profileUri=' + profileUri + ', profileUrl=' + profileUrl + ', profileLabel='+ profileLabel); //console.log('showExternalAuthIdMatchesProfile: profileUri=' + profileUri + ', profileUrl=' + profileUrl + ', profileLabel='+ profileLabel);
this.externalAuthIdInUseMessage.hide(); this.externalAuthIdInUseMessage.hide();
this.associatedArea.show(); this.associatedArea.show();