From cae1d0969011e3b53dbfa061bb57f4779b788ba4 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Tue, 8 Oct 2019 19:02:42 +0300 Subject: [PATCH] Removed debugging imports. --- chronos/streams/tlsstream.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/chronos/streams/tlsstream.nim b/chronos/streams/tlsstream.nim index 345b3aa..369ecac 100644 --- a/chronos/streams/tlsstream.nim +++ b/chronos/streams/tlsstream.nim @@ -11,8 +11,6 @@ import bearssl, bearssl/cacert import ../asyncloop, ../timer, ../asyncsync import asyncstream, ../transports/stream, ../transports/common -import strutils -import hexdump type TLSStreamKind {.pure.} = enum