diff options
-rw-r--r-- | testament/specs.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testament/specs.nim b/testament/specs.nim index 3cfddc414..d4f4a7371 100644 --- a/testament/specs.nim +++ b/testament/specs.nim @@ -216,6 +216,3 @@ proc parseSpec*(filename: string): TSpec = of cfgEof: break close(p) - - if result.err == reIgnored: - echo specStr |