quiet down

This commit is contained in:
Emery Hemingway 2021-09-06 17:43:11 +02:00
parent de50a0a41d
commit 58a9f5dde4
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ proc typeIdent(sn: SchemaNode): PNode =
id = nn(nkDotExpr, ident(sn.refPath[i].toLowerAscii), id)
id
else:
stderr.writeLine("no typeIdent for " & $sn.kind & " " & $sn)
ident"Preserve"
proc toExport(n: sink PNode): PNode =