Skip to content

Commit de90ffe

Browse files
committed
Debug code
1 parent d5fe053 commit de90ffe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nmqtt.nim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,6 @@ proc connectBroker(ctx: MqttCtx) {.async.} =
10461046
try:
10471047
ctx.s = await asyncnet.dial(ctx.host, ctx.port)
10481048
if ctx.sslOn:
1049-
ctx.dbg "Using SSL"
10501049
when defined(ssl):
10511050
ctx.ssl = newContext(protSSLv23, CVerifyNone, ctx.sslCertFile, ctx.sslKeyFile)
10521051
wrapConnectedSocket(ctx.ssl, ctx.s, handshakeAsClient)

0 commit comments

Comments
 (0)