Removed echo statement.
h3rald h3rald@h3rald.com
Fri, 19 Aug 2022 17:27:35 +0200
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
src/litestorepkg/lib/core.nim
→
src/litestorepkg/lib/core.nim
@@ -467,7 +467,6 @@ contenttype: string] =
var options = options options.single = true var select = prepareSelectDocumentsQuery(options) - echo "-------" var raw_document = store.db.getRow(select.sql, id) LOG.debug("Retrieving document '$1'" % id) if raw_document[0] == "":