From 40b9da83e1014124e75811398625fd3ded88e6b1 Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Mon, 28 Feb 2011 12:04:44 +0000 Subject: [PATCH] Remove logging. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43799 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_km/WebSite_countFullTextSearchResultList.xml | 2 -- .../erp5_km/WebSite_getFullTextSearchResultList.xml | 2 -- bt5/erp5_km/bt/revision | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km/WebSite_countFullTextSearchResultList.xml b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km/WebSite_countFullTextSearchResultList.xml index 8ca88473d0..5dc42933cd 100644 --- a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km/WebSite_countFullTextSearchResultList.xml +++ b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km/WebSite_countFullTextSearchResultList.xml @@ -53,8 +53,6 @@ <value> <string>"""\n Count number of result list of all documents found by specified keyword arguments.\n """\n -\n -context.log(context.portal_catalog(src__=1, **kw))\n return context.portal_catalog.countResults(**kw)\n </string> </value> </item> diff --git a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km/WebSite_getFullTextSearchResultList.xml b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km/WebSite_getFullTextSearchResultList.xml index 8d271aa1e5..0433f0c79f 100644 --- a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km/WebSite_getFullTextSearchResultList.xml +++ b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km/WebSite_getFullTextSearchResultList.xml @@ -53,8 +53,6 @@ <value> <string>"""\n Return the result list of all documents found by specified keyword arguments.\n """\n -\n -context.log(context.portal_catalog(src__=1, **kw))\n return context.portal_catalog(**kw)\n </string> </value> </item> diff --git a/bt5/erp5_km/bt/revision b/bt5/erp5_km/bt/revision index 249240adb2..ccb3995b68 100644 --- a/bt5/erp5_km/bt/revision +++ b/bt5/erp5_km/bt/revision @@ -1 +1 @@ -1761 \ No newline at end of file +1762 \ No newline at end of file -- 2.30.9