From f778e8306058b0ce5244e08e49cf04673395687b Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Tue, 8 Sep 2020 17:54:04 -0700 Subject: [PATCH] removed debug statement accidentally left in code --- lib/Perl/Tidy/Formatter.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Perl/Tidy/Formatter.pm b/lib/Perl/Tidy/Formatter.pm index 7edfe97c..5ff66dec 100644 --- a/lib/Perl/Tidy/Formatter.pm +++ b/lib/Perl/Tidy/Formatter.pm @@ -3991,7 +3991,6 @@ sub weld_cuddled_blocks { my $block_type = $rtoken_vars->[_BLOCK_TYPE_]; if ( !$block_type ) { - print STDERR "not a block...\n" if ($KK==457); # patch for unrecognized block types which may not be labeled my $Kp = $self->K_previous_nonblank($KK); -- 2.39.5