remove debugging statement

This commit is contained in:
Benjamin Dauvergne 2013-04-26 12:39:25 +02:00
parent d16a94ad41
commit a671160334
1 changed files with 0 additions and 1 deletions

View File

@ -227,7 +227,6 @@ class RegieDirectory(Directory):
('dummy', 'siret'): N_('Dummy SIRET'),
}
print module
for infos in module.description['parameters']:
name = infos['name']
caption = infos.get('caption', name).encode(get_publisher().site_charset)