Merge pull request #7479 from Snuffleupagus/recoverGlyphName-warn-to-info

Change the `warn` to `info` in `recoverGlyphName` to reduce the console spam
This commit is contained in:
Tim van der Meij 2016-07-09 15:34:59 +02:00 committed by GitHub
commit d728651455

View File

@ -200,7 +200,7 @@ function recoverGlyphName(name, glyphsUnicodeMap) {
}
}
}
warn('Unable to recover a standard glyph name for: ' + name);
info('Unable to recover a standard glyph name for: ' + name);
return name;
}