From 7dc8276a9972927b6bf884ea2af906085b941b56 Mon Sep 17 00:00:00 2001 From: Dmitry Karasik Date: Mon, 28 Aug 2023 12:04:00 +0200 Subject: [PATCH] remove debug --- Prima/Edit.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Prima/Edit.pm b/Prima/Edit.pm index d9f0f388f..db803e67f 100644 --- a/Prima/Edit.pm +++ b/Prima/Edit.pm @@ -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;