From d5c4a3bebd35e539106675da13e945caa2643ead Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Thu, 13 Mar 2008 17:35:20 +0000
Subject: [PATCH] Remove useless LOG

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19867 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_core/Base_generateMonthDomain.xml        | 3 +--
 product/ERP5/bootstrap/erp5_core/bt/revision                   | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_generateMonthDomain.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_generateMonthDomain.xml
index dfa2fb8a81..f32746fd9c 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_generateMonthDomain.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_generateMonthDomain.xml
@@ -107,7 +107,6 @@ default_link_url =\'setLanePath?form_id=%s&list_selection_name=%s\' %(\n
 # Definning date order using user Preference Options\n
 try:\n
   date_order = context.portal_preferences.getActivePreference().getPreferredDateOrder()\n
-  context.log("%s on %s" % (script.getId(), context.getPath()), "%s" %  date_order)\n
   if (date_order is None) or date_order not in [ \'dmy\', \'ymd\' , \'mdy\' ]:\n
     date_order = \'ymd\'\n
 except AttributeError:\n
@@ -243,7 +242,6 @@ return domain_list\n
                             <string>axis_stop</string>
                             <string>default_link_url</string>
                             <string>date_order</string>
-                            <string>script</string>
                             <string>None</string>
                             <string>AttributeError</string>
                             <string>category_list</string>
@@ -258,6 +256,7 @@ return domain_list\n
                             <string>link</string>
                             <string>category</string>
                             <string>domain</string>
+                            <string>script</string>
                           </tuple>
                         </value>
                     </item>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 191829efad..ffad77660d 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-735
\ No newline at end of file
+736
\ No newline at end of file
-- 
2.30.9