diff --git a/webapp/web/js/account/accountUtils.js b/webapp/web/js/account/accountUtils.js index 8e118b18c..134009f61 100644 --- a/webapp/web/js/account/accountUtils.js +++ b/webapp/web/js/account/accountUtils.js @@ -17,7 +17,6 @@ $(document).ready(function(){ // set to the same value before submitting var selectedValue = $(this).val(); $('.accounts-per-page').val(selectedValue); - alert(selectedValue); $('#account-display').submit(); });