10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-08-25 05:51:46 +02:00

Removed print

This commit is contained in:
Anthony Scemama 2015-11-08 21:43:32 +01:00
parent 60a13efccd
commit e04a426051

View File

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