[varLib.avarPlanner] Demote a couple messages to debug
This commit is contained in:
parent
385dc84b1e
commit
6f7102021a
@ -76,7 +76,7 @@ def planWeightAxis(
|
|||||||
upem * upem
|
upem * upem
|
||||||
)
|
)
|
||||||
|
|
||||||
log.info("Calculated average glyph black ratio:\n%s", pformat(axisWeightAverage))
|
log.debug("Calculated average glyph black ratio:\n%s", pformat(axisWeightAverage))
|
||||||
|
|
||||||
outNormalized[-1] = -1
|
outNormalized[-1] = -1
|
||||||
for extremeValue in sorted({minValue, maxValue} - {defaultValue}):
|
for extremeValue in sorted({minValue, maxValue} - {defaultValue}):
|
||||||
@ -98,7 +98,7 @@ def planWeightAxis(
|
|||||||
weightBlackness[weight] = getGlyphsetBlackness(glyphset, frequencies) / (
|
weightBlackness[weight] = getGlyphsetBlackness(glyphset, frequencies) / (
|
||||||
upem * upem
|
upem * upem
|
||||||
)
|
)
|
||||||
log.info("Sampled average glyph black ratio:\n%s", pformat(weightBlackness))
|
log.debug("Sampled average glyph black ratio:\n%s", pformat(weightBlackness))
|
||||||
|
|
||||||
blacknessWeight = {}
|
blacknessWeight = {}
|
||||||
for weight in sorted(weightBlackness):
|
for weight in sorted(weightBlackness):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user