Skip to content

Commit

Permalink
restore log message that got lost in #801 refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Jan 11, 2024
1 parent a375806 commit a782bbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/ufo2ft/_compilers/baseCompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def compile(self, ufo):
with self.timer("preprocess UFO"):
glyphSet = self.preprocess(ufo)
with self.timer("compile a basic TTF"):
self.logger.info("Building OpenType tables")
font = self.compileOutlines(ufo, glyphSet)
if self.layerName is None and not self.skipFeatureCompilation:
self.compileFeatures(ufo, font, glyphSet=glyphSet)
Expand Down

0 comments on commit a782bbf

Please sign in to comment.