Removed print

This commit is contained in:
Anthony Scemama 2015-11-08 21:43:32 +01:00
parent 60a13efccd
commit e04a426051
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ def update_documentation(d_readmen, root_module):
doc = extract_doc(root_module, irp.provider)
if ".irp.f_shell_" in irp.file:
print irp.file
l_doc += ["{0}".format(irp.provider),
doc,
""]