Browse Source

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

Change the `warn` to `info` in `recoverGlyphName` to reduce the console spam
Tim van der Meij 9 years ago committed by GitHub
parent
commit
d728651455
  1. 2
      src/core/fonts.js

2
src/core/fonts.js

@ -200,7 +200,7 @@ function recoverGlyphName(name, glyphsUnicodeMap) { @@ -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;
}

Loading…
Cancel
Save