mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Revert typo
This commit is contained in:
parent
ae5b9a3fd3
commit
e8213eff97
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue