diff --git a/datastore.nimble b/datastore.nimble index bcd3139..f108da7 100644 --- a/datastore.nimble +++ b/datastore.nimble @@ -9,7 +9,7 @@ license = "Apache License 2.0 or MIT" requires "nim >= 1.6.14", "asynctest >= 0.3.1 & < 0.4.0", "chronos#0277b65be2c7a365ac13df002fba6e172be55537", - "questionable", + "questionable#head", "sqlite3_abi", "stew", "unittest2", diff --git a/datastore/fsds.nim b/datastore/fsds.nim index d0eacce..2877d7c 100644 --- a/datastore/fsds.nim +++ b/datastore/fsds.nim @@ -190,7 +190,6 @@ proc query*[K,V]( let key = query.key without path =? self.findPath(key), error: return failure error - echo "query:key: ", key let basePath = # it there is a file in the directory