Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Aug 28, 2023
1 parent b7810e9 commit 7dc8276
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Prima/Edit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2584,7 +2584,6 @@ sub back_char
$self->text_shape_with_tabs_replaced($new_text)->index2cluster($new_offset),
$cs[1]
);
print "case 1\n";
} elsif ( $cs[1] > 0 ) {
my $c = $self->get_line($cs[1] - 1);
my $l = $self->text_shape_with_tabs_replaced($c)->n_clusters;
Expand Down

0 comments on commit 7dc8276

Please sign in to comment.