remove unnecessary assert
This commit is contained in:
parent
684ae395e6
commit
f44bd59b69
|
@ -80,4 +80,4 @@
|
|||
;; If tp contains a snip, read-line fails.
|
||||
(read-line tp))])
|
||||
(and (string? l1)
|
||||
(regexp-match? #rx"#lang .*$" (assert l1 string?)))))
|
||||
(regexp-match? #rx"#lang .*$" l1))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user