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',