Revert typo

This commit is contained in:
Jackson Harper
2022-09-28 16:51:00 +08:00
parent ae5b9a3fd3
commit e8213eff97

View File

@ -1189,7 +1189,7 @@ Readability.prototype = {
!(this._getAllNodesWithTag(node, ["article"]).length === 1) &&
node.tagName !== "BODY" &&
node.tagName !== "A") {
this.log.log("Removing unlikely candidate - " + matchString);
this.log("Removing unlikely candidate - " + matchString);
node = this._removeAndGetNext(node);
continue;
}