removing some debugging
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 12 May 2007 14:55:01 +0000 (14:55 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 12 May 2007 14:55:01 +0000 (14:55 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7278 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/reports/xul/template-config.js

index d19521c..484be19 100644 (file)
@@ -776,7 +776,7 @@ function save_template () {
        for each (var order in rpt_rel_cache.order_by)
                fleshTemplateField( template, rpt_rel_cache[order.relation], 'dis_tab', order.field );
 
-       prompt( 'template', js2JSON( template ) );
+       //prompt( 'template', js2JSON( template ) );
 
        // and the saving throw ...
        var cgi = new CGI();
@@ -883,8 +883,6 @@ function fleshTemplateField ( template, rel, tab_name, field ) {
 
        if (!rel.fields[tab_name] || !rel.fields[tab_name][field]) return;
 
-       prompt('eh',js2JSON(rel));
-
        var tab = rel.fields[tab_name];
 
        var table_path = rel.path.split( /\./ );