From 623ed7d317d84acfac96c899e3ee5d7fc09c8826 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 4 Feb 2020 02:59:39 -0800 Subject: [PATCH] PBot: remove debug statement --- PBot/PBot.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/PBot/PBot.pm b/PBot/PBot.pm index 72d95ca6..e6687b95 100644 --- a/PBot/PBot.pm +++ b/PBot/PBot.pm @@ -376,7 +376,6 @@ sub listcmd { foreach my $key (keys %{$self->{users}->{users}->{hash}->{$channel}->{$hostmask}}) { next if $key eq '_name'; if ($self->{capabilities}->exists($key)) { - print "has $key?\n"; $has_cap = 1; last; }