aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Client.pm6
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IRC/Client.pm6')
-rw-r--r--lib/IRC/Client.pm64
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/IRC/Client.pm6 b/lib/IRC/Client.pm6
index b591ff2..0c10f0c 100644
--- a/lib/IRC/Client.pm6
+++ b/lib/IRC/Client.pm6
@@ -44,8 +44,8 @@ method run {
# say $events, $left-overs;
for $events.grep: *.defined -> $e {
say $e;
- # CATCH { warn .backtrace }
- # $!debug and debug-print $e, :in;
+ CATCH { warn .backtrace }
+ $!debug and debug-print $e, :in;
# self!handle-event: $e, $s-name;
}
}