Minus one log

This commit is contained in:
Travis Ralston 2019-05-24 10:53:24 -06:00
parent ef9ef0e654
commit 093de71ff8

View file

@ -74,7 +74,6 @@ async function isColrFontSupported() {
colrFontSupported = false;
}
console.log({colrFontSupported});
return colrFontSupported;
}