From 1dc48bca515ea11ad2ce0942f79712de2d4dc25a Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 14 Jan 2011 01:08:41 +0700 Subject: Removed debugging message. --- install/static/hbacrule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/static/hbacrule.js b/install/static/hbacrule.js index 16f21108..d1b40238 100755 --- a/install/static/hbacrule.js +++ b/install/static/hbacrule.js @@ -522,7 +522,7 @@ function ipa_hbacrule_details_facet(spec) { return; } - alert(JSON.stringify(batch.to_json())); + //alert(JSON.stringify(batch.to_json())); batch.execute(); }; -- cgit