From 2da387c427d2b4c250f7dad94000b65adff1bdba Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Sun, 25 Sep 2022 11:23:15 +0300 Subject: [PATCH] oops console log --- src/irc.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/irc.ts b/src/irc.ts index e284840..68bb981 100644 --- a/src/irc.ts +++ b/src/irc.ts @@ -301,7 +301,6 @@ export class IRCConnection const wholine = lines.find(({ command }) => command === '311'); if (wholine) { this.options.hostname = wholine.arguments?.[3]; - console.log('self-whois hostname', this.options.hostname); } }, this.options.nick), 'WHOIS %s',