mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-19 23:41:29 +00:00
Removed debug code
This commit is contained in:
@@ -195,7 +195,6 @@ proc generateJson*(filename: string, commit: int) =
|
||||
|
||||
let results = newJArray()
|
||||
for row in db.rows(sql(selResults), lastCommit):
|
||||
echo(repr(row))
|
||||
var obj = newJObject()
|
||||
obj["name"] = %row[0]
|
||||
obj["category"] = %row[1]
|
||||
|
||||
Reference in New Issue
Block a user