Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
remove debug print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
fonol committed Nov 11, 2021
1 parent 7c70405 commit c081271
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,9 +315,7 @@ def print_search_results(cls, header, notes, stamp, editor=None, timing_info=Fal

tags.sort()
html = html.replace("`", "`").replace("$", "$")
print(meta_notes_cnt)
pageMax = math.ceil((len(notes) - meta_notes_cnt) / 50.0)
print(pageMax)

if get_index() is not None and get_index().lastResDict is not None:
index = get_index()
Expand Down

0 comments on commit c081271

Please sign in to comment.