# HG changeset patch # User paulb # Date 1116200040 0 # Node ID ec3f0972f8df88506e729443385c8fef9cc4ecc2 # Parent 7c33c39d51577818f1453c64968f5880683793c1 [project @ 2005-05-15 23:34:00 by paulb] Commented out some diagnostic information. diff -r 7c33c39d5157 -r ec3f0972f8df examples/Common/Configurator/__init__.py --- a/examples/Common/Configurator/__init__.py Sun May 15 23:33:48 2005 +0000 +++ b/examples/Common/Configurator/__init__.py Sun May 15 23:34:00 2005 +0000 @@ -83,7 +83,7 @@ configuration = documents["configuration"] else: configuration = fields.new_instance("configuration") - print "*", configuration.toString() + #print "*", configuration.toString() # Add and remove elements according to the selectors found. @@ -141,7 +141,7 @@ XSLForms.Prepare.ensure_stylesheet_fragment(template_xml, trans_xsl, "hard-disks-node") element_path = parameters.get("element-path", [""])[0] stylesheet_parameters["element-path"] = element_path - print "*", stylesheet_parameters["element-path"] + #print "*", stylesheet_parameters["element-path"] stylesheet_parameters["application-url"] = \ "http://%s:%s%s" % (trans.get_server_name(), trans.get_server_port(), trans.get_path_without_query())