Skip to content

Commit 700e694

Browse files
committed
Remove stray comment
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 7a1943c commit 700e694

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/chk_adrs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def check_front_matter(self, fn, front, filenames):
118118
if front is None:
119119
self.emit(f"in {fn}: is missing front matter altogether")
120120
return
121-
# so far, only check primary documents, not supplemental ones
122121
if fn[9] == 'w':
123122
return self._check_front_matter_supplement(fn, front, filenames)
124123
if fn[9] != 'v':

0 commit comments

Comments
 (0)