summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/aseag-m3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/aseag-m b/bin/aseag-m
index 9ae55fd..557a2a9 100755
--- a/bin/aseag-m
+++ b/bin/aseag-m
@@ -92,9 +92,6 @@ sub display_result {
if ( $edata{relative_times} ) {
$format[0] = q{%};
}
- if ( $edata{indicator} ) {
- $format[1] = q{%};
- }
for my $i ( 0 .. $max_col_idx ) {
$format[$i] .= max map { length( $_->[$i] ) } @lines;