Skip to content

Commit fbbae54

Browse files
committed
Merge branch 'master' of https://github.com/ElunaLuaEngine/Eluna
2 parents 9af551a + feef5f0 commit fbbae54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/ElunaDoc/parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def __init__(self, name, description, tables, prototypes, parameters, returned):
8080
html_tables = []
8181

8282
for table in tables:
83-
print("-------------")
8483
# Generate Markdown Table for each table
8584
md_table = '| ' + ' | '.join(table['columns']) + ' |\n' # Header
8685
md_table += '| ' + ' | '.join(['---'] * len(table['columns'])) + ' |\n' # Separator

0 commit comments

Comments
 (0)