From 2ef1e46f837eab39b99b09061413ce2f903a54a5 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Tue, 19 Jan 2010 13:59:30 +0000
Subject: [PATCH] remove TODO comment because FormBox validator is already
 implemented and tested with the functional test.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31823 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Form/FormBox.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/product/ERP5Form/FormBox.py b/product/ERP5Form/FormBox.py
index c38d7defcf..e4fed03c0a 100644
--- a/product/ERP5Form/FormBox.py
+++ b/product/ERP5Form/FormBox.py
@@ -61,9 +61,6 @@ class FormBoxWidget(Widget.Widget):
 
       WARNING: this is still pre-alpha code for experimentation. Do not
       use in production.
-  
-      TODO:
-          - implement validation
   """
 
   property_names = Widget.Widget.property_names + [
-- 
2.30.9