removed console.log statement

This commit is contained in:
tworrall 2011-07-14 21:07:46 +00:00
parent 750c8f456e
commit c2f61655a2

View file

@ -79,7 +79,6 @@ var associateProfileFields = {
}); });
this.newProfileClassSelector.change(function() { this.newProfileClassSelector.change(function() {
console.log('selector has changed.')
associateProfileFields.newProfileClassHasChanged(); associateProfileFields.newProfileClassHasChanged();
}); });