summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-01-14 01:08:41 +0700
committerEndi S. Dewata <edewata@redhat.com>2011-01-13 13:09:07 -0500
commit1dc48bca515ea11ad2ce0942f79712de2d4dc25a (patch)
treefb6890745b12f030f821432082ffd9c1473a775a /install
parent26d1de2d27cc9bb916d9f594f718561e25175979 (diff)
downloadfreeipa-1dc48bca515ea11ad2ce0942f79712de2d4dc25a.tar.gz
freeipa-1dc48bca515ea11ad2ce0942f79712de2d4dc25a.tar.xz
freeipa-1dc48bca515ea11ad2ce0942f79712de2d4dc25a.zip
Removed debugging message.
Diffstat (limited to 'install')
-rwxr-xr-xinstall/static/hbacrule.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/hbacrule.js b/install/static/hbacrule.js
index 16f21108f..d1b402388 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();
};