1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Minus one log

This commit is contained in:
Travis Ralston
2019-05-24 10:53:24 -06:00
committed by J. Ryan Stinnett
parent fc1ac53ef3
commit d17ea516cc

View File

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