mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
delete echo statements used for debugging
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user