1
0
Fork 0
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:
Emma 2019-07-11 13:46:03 -06:00
parent 304f4c6d7e
commit d9e0172b0d
No known key found for this signature in database
GPG key ID: 68434BFE85360755

View file

@ -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],