Skip to content

Commit

Permalink
Remove redundant exception reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Sep 9, 2019
1 parent 59e683f commit b11e856
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Perl6/World.nqp
Expand Up @@ -5491,8 +5491,6 @@ class Perl6::World is HLL::World {
}
if $found_xcbt {
my $xcbt := $x_comp_bt.new(exception => $p6ex, :$use-case);
note("BEGIN TIME EXCEPTION IS AT ", self.current_file, " at ", self.current_line($/));
note("EXCEPTION: ", $p6ex.message);
$xcbt.SET_FILE_LINE(
nqp::box_s(self.current_file,self.find_symbol(['Str'], :setting-only)),
nqp::box_i(self.current_line($/),self.find_symbol(['Int'], :setting-only)),
Expand Down

0 comments on commit b11e856

Please sign in to comment.