Skip to content

Commit 2de9805

Browse files
committed
Remove debugging leftover.
1 parent 0fe387b commit 2de9805

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/nqp/044-try-catch.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ ok($result_str ~ '' eq '', "we get correct return value from a try that catches
236236
nqp::throw($exception);
237237
}
238238
my sub catch() {
239-
nqp::say("in handle");
240239
is(nqp::getmessage(nqp::exception()), "a cute exception", "nqp::setmessage/nqp::getmessage with calling nqp::handle directly");
241240
is(nqp::getpayload(nqp::exception()), "cute payload", "nqp::setpayload/nqp::getpayload with calling nqp::handle directly");
242241
}

0 commit comments

Comments
 (0)