From d17ea516cce0340a696fbb0c64736e5b02b2a77d Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 24 May 2019 10:53:24 -0600 Subject: [PATCH] Minus one log --- src/utils/FontManager.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/FontManager.js b/src/utils/FontManager.js index a54efa4384..7e8fc9d67e 100644 --- a/src/utils/FontManager.js +++ b/src/utils/FontManager.js @@ -74,7 +74,6 @@ async function isColrFontSupported() { colrFontSupported = false; } - console.log({colrFontSupported}); return colrFontSupported; }