From 74842d094049151aff46f6de00b770f046ea6ef0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 17 Mar 2010 15:49:00 +0000
Subject: [PATCH] remove debugging print. Thanks Kazuhiko

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33810 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/patches/make_hidden_input.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Type/patches/make_hidden_input.py b/product/ERP5Type/patches/make_hidden_input.py
index c2376db43c..4aba786e6e 100644
--- a/product/ERP5Type/patches/make_hidden_input.py
+++ b/product/ERP5Type/patches/make_hidden_input.py
@@ -49,4 +49,4 @@ if version_txt.getZopeVersion() < (2, 9):
       return '\n'.join(qlist)
 
   ZTUtils.Zope.make_hidden_input = make_hidden_input
-  print 'patching'
+
-- 
2.30.9