mirror of
https://github.com/MillironX/nfdocs-parser.git
synced 2024-11-21 16:46:05 +00:00
Removing debugging print line from parameter parsing function
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
parent
5c1bd1cb14
commit
0256c01c20
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ def params_to_list(params):
|
|||
tuple_item += tuple_list
|
||||
return tuple_item
|
||||
else:
|
||||
print(params)
|
||||
io_item = nodes.list_item()
|
||||
if "name" in params.keys():
|
||||
io_item += nodes.paragraph(text=params["name"])
|
||||
|
|
Loading…
Reference in a new issue