Remove #PRTEMP leftover comment

This commit is contained in:
Clyybber
2020-05-20 13:04:52 +02:00
committed by GitHub
parent 7fe4c66f35
commit 6969a468ce

View File

@@ -456,7 +456,6 @@ proc writeExample(d: PDoc; ex: PNode, rdoccmd: string) =
let outputDir = d.exampleOutputDir
createDir(outputDir)
inc d.exampleCounter
# PRTEMP
let outp = outputDir / RelativeFile(extractFilename(d.filename.changeFileExt"" &
"_examples" & $d.exampleCounter & ".nim"))
#let nimcache = outp.changeFileExt"" & "_nimcache"