commenting out other console references
This commit is contained in:
parent
57ca8f9915
commit
1d1edb17b8
1 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue