From: phasefx Date: Wed, 29 Jul 2009 07:41:21 +0000 (+0000) Subject: remove debugging alert X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0852d44b074891a2dcc481b2ed9edab42df5fbd3;p=evergreen%2Fbjwebb.git remove debugging alert git-svn-id: svn://svn.open-ils.org/ILS/trunk@13767 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/patron/standing_penalties.js b/Open-ILS/xul/staff_client/server/patron/standing_penalties.js index d0566027b..832edbc2d 100644 --- a/Open-ILS/xul/staff_client/server/patron/standing_penalties.js +++ b/Open-ILS/xul/staff_client/server/patron/standing_penalties.js @@ -238,7 +238,6 @@ function handle_edit_penalty(ev) { if (ids.length > 0) { for (var i = 0; i < ids.length; i++) { var penalty = util.functional.find_list( xulG.patron.standing_penalties(), function(o) { return o.id() == ids[i]; } ); - alert('penalty = ' + js2JSON(penalty)); var my_xulG = win.open( urls.XUL_EDIT_STANDING_PENALTY, 'new_standing_penalty',