Gildas 4 år sedan
förälder
incheckning
4b30116ade
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      lib/single-file/processors/hooks/content/content-hooks-frames.js

+ 1 - 1
lib/single-file/processors/hooks/content/content-hooks-frames.js

@@ -146,7 +146,7 @@ function injectedScript() {
 		let warningFontFaceDisplayed;
 		globalThis.FontFace = function () {
 			if (!warningFontFaceDisplayed) {
-				warn("SingleFile is hooking the FontFace constructor to get font URLs."); // eslint-disable-line no-console
+				warn("SingleFile is hooking the FontFace constructor to get font URLs.");
 				warningFontFaceDisplayed = true;
 			}
 			const detail = {};