From 093de71ff8de0796b14477ad9432b0c03dc5b8e9 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; }