remove extra print statement

foundation/reader
nicholas antonov 2018-04-03 13:25:22 -04:00
parent b04848d69c
commit 03a9a30a0b
1 changed files with 0 additions and 1 deletions

View File

@ -311,7 +311,6 @@ def read(request, work_id):
def work(request, work_id, action='display'):
work = safe_get_work(work_id)
print work.first_epub().id
alert = ''
if request.method == "HEAD":
return render(request, 'worksummary.html', {'work': work,})