Skip to content

Commit

Permalink
Remove useless debug prints.
Browse files Browse the repository at this point in the history
  • Loading branch information
Timbus committed Dec 3, 2015
1 parent 9715f85 commit 6aa5af4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/Net/IRC/CommandHandler.pm
Expand Up @@ -73,7 +73,6 @@ role Net::IRC::CommandHandler {
given %cmd-names{$name} // %short-names{$name} {
when Callable { .(self, |@args) }
when Positional { warn "Cannot disambiguate '$name'. Possible commands: {$_>>.name.join(', ')}" }
default { warn 'Nothing to dispatch!' }
}
}

Expand Down
1 change: 0 additions & 1 deletion lib/Net/IRC/Modules/Tell.pm
Expand Up @@ -35,7 +35,6 @@ class Net::IRC::Modules::Tell does Net::IRC::CommandHandler {
}

multi method joined ( $ev ) {#where {$ev.who.lc ~~ %messages} ) {
say 'okay I joined';
#self!deliver-message($ev)
}

Expand Down

0 comments on commit 6aa5af4

Please sign in to comment.