Skip to content

Commit

Permalink
Remove test code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihongda committed Jan 11, 2025
1 parent 92bf22a commit 90bfcb7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ class HardcoverEdition(LatexParser):
edition_type = EditionType.hardcover

def generate_hardcover(self, volume: Volume) -> None:
if volume.volume_number != 3:
return
log.debug(
f"Generating hardcover... (vol {volume.volume_number or 1} of {self.config.edition.number_of_volumes})"
)
Expand Down

0 comments on commit 90bfcb7

Please sign in to comment.