PBot: remove debug statement

This commit is contained in:
Pragmatic Software 2020-02-04 02:59:39 -08:00
parent 0fb66c506e
commit 623ed7d317
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}