remove debug echos

This commit is contained in:
Dmitriy Ryajov 2019-09-23 15:56:46 -06:00
parent 054085620c
commit 393a9bb4e5
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@ type
method init(p: TestProto) {.gcsafe.} =
proc handle(conn: Connection, proto: string) {.async, gcsafe.} =
let msg = cast[string](await conn.readLp())
echo "GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOTTTTTTTTTTTTTTT"
echo "msg"
check "Hello!" == msg
await conn.writeLp("Hello!")
await conn.close()