delete echo statements used for debugging

This commit is contained in:
Jason Livesay
2014-04-10 22:27:09 -07:00
parent be02aaec72
commit ebe174c868

View File

@@ -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 =