From 0bbbf9fe8a9f36b321472ba7c645d3ce4390fcfd Mon Sep 17 00:00:00 2001 From: Shaun Martin Date: Sat, 4 May 2024 17:42:06 -0500 Subject: [PATCH] derp --- Readability.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readability.js b/Readability.js index cf786554..6c3e8041 100644 --- a/Readability.js +++ b/Readability.js @@ -2278,7 +2278,7 @@ Readability.prototype = { if (!articleContent) return null; - //this.log("Grabbed: " + articleContent.innerHTML); + this.log("Grabbed: " + articleContent.innerHTML); this._postProcessContent(articleContent);