mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 15:09:42 +00:00
remove leftover print statement
This commit is contained in:
parent
304f4c6d7e
commit
d9e0172b0d
1 changed files with 0 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ def get_styles_list():
|
|||
view = get_view('_design/styles', 'by-category')
|
||||
styles = [['', '']]
|
||||
for row in view(include_docs=False)['rows']:
|
||||
print(row)
|
||||
styles.append([row['id'], '{}{} {}'.format(
|
||||
row['key'][0],
|
||||
row['key'][1],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue