Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Feb 5, 2020
1 parent 9b46e5b commit 6de2075
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logya/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def update_resource(url):
if 'docs' not in i_content:
continue
for idx, i_doc in enumerate(i_content['docs']):
print('############', url, i_doc['url'])
if url == i_doc['url']:
site_index[i_url]['docs'][idx] = doc

Expand Down

0 comments on commit 6de2075

Please sign in to comment.