From c2f61655a286a7ca0c23a7a3315424b4db0914f5 Mon Sep 17 00:00:00 2001 From: tworrall Date: Thu, 14 Jul 2011 21:07:46 +0000 Subject: [PATCH] removed console.log statement --- webapp/web/js/account/accountAssociateProfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/web/js/account/accountAssociateProfile.js b/webapp/web/js/account/accountAssociateProfile.js index f764f7b58..5c4cb2b63 100644 --- a/webapp/web/js/account/accountAssociateProfile.js +++ b/webapp/web/js/account/accountAssociateProfile.js @@ -79,7 +79,6 @@ var associateProfileFields = { }); this.newProfileClassSelector.change(function() { - console.log('selector has changed.') associateProfileFields.newProfileClassHasChanged(); });