Skip to content

Commit ea94ef9

Browse files
committed
removed useless rogue comment, Fixes edrlab#7
1 parent c23a0ea commit ea94ef9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/opds/opds1/opds-link.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export class Link {
4040
@XmlXPathSelector("@type")
4141
public Type!: string;
4242

43-
// and .='hqdefault'
4443
// @XmlXPathSelector("@*[local-name()='count' and namespace-uri()='http://purl.org/syndication/thread/1.0']")
4544
@XmlXPathSelector("@thr:count")
4645
public ThrCount!: number;

0 commit comments

Comments
 (0)