Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Apr 3, 2024
1 parent bd40ee8 commit 5887fa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fontra_compile/compile_fontmake_action.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ async def process(self, outputDir: os.PathLike = pathlib.Path()) -> None:
async with aclosing(dsBackend):
await copyFont(self.input, dsBackend)

# assert 0, [p.name for p in tmpDir.iterdir()]
command = [
"fontmake",
"-m",
Expand Down

0 comments on commit 5887fa6

Please sign in to comment.