diff options
-rw-r--r-- | lib/pure/redis.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/pure/redis.nim b/lib/pure/redis.nim index 37a2a3f16..147a7a82a 100644 --- a/lib/pure/redis.nim +++ b/lib/pure/redis.nim @@ -84,9 +84,7 @@ proc parseStatus(r: TRedis, line: string = ""): TRedisStatus = return line.substr(1) # Strip '+' proc readStatus(r:TRedis): TRedisStatus = - echo "top of readStatus" r.readSocket("OK") - echo "line is " & line return r.parseStatus(line) proc parseInteger(r: TRedis, line: string = ""): TRedisInteger = |