Skip to content

Commit bb56eaf

Browse files
committed
edit
1 parent 611f012 commit bb56eaf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/routes.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -817,8 +817,6 @@ def get_one_top_book():
817817
book_counter = Counter(book_rating)
818818
top_book_id = book_counter.most_common(1)[0][0]
819819

820-
print(book_counter)
821-
822820
except Exception as e:
823821
return make_response(
824822
make_data(

0 commit comments

Comments
 (0)