Skip to content

Commit b6bd79d

Browse files
committed
Remove debugging output
Oops
1 parent ec2169c commit b6bd79d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/Squashable.p6

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ sub process-event($hook is copy, $data) { # TODO refactor
244244
}
245245
when pull_request {
246246
my $action = $data<action>;
247-
say $action;
248247
my $title = ~ shorten($data<pull_request><title>, 50) ~ ;
249248
my $url = $data<pull_request><html_url>;
250249
if $action eq assigned | unassigned {

0 commit comments

Comments
 (0)