mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 16:09:44 +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')
|
view = get_view('_design/styles', 'by-category')
|
||||||
styles = [['', '']]
|
styles = [['', '']]
|
||||||
for row in view(include_docs=False)['rows']:
|
for row in view(include_docs=False)['rows']:
|
||||||
print(row)
|
|
||||||
styles.append([row['id'], '{}{} {}'.format(
|
styles.append([row['id'], '{}{} {}'.format(
|
||||||
row['key'][0],
|
row['key'][0],
|
||||||
row['key'][1],
|
row['key'][1],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue