Skip to content

Commit feef5f0

Browse files
authored
Remove accidental debug print
1 parent 7197d9b commit feef5f0

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)