From 2c239b7e8e7ac9ba82989afbd6639231e531a2f5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 16 Dec 2013 13:37:13 +0100 Subject: efa-m: Move relative time back to line start --- bin/efa-m | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/bin/efa-m b/bin/efa-m index 525ea01..ee2fbf7 100755 --- a/bin/efa-m +++ b/bin/efa-m @@ -150,14 +150,8 @@ sub show_results { $dtime .= ' (+' . $d->delay . ')'; } - if ($relative_times) { - push( @output, - [ $platform, $d->line, $d->destination, $dtime, $d->info ] ); - } - else { - push( @output, - [ $dtime, $platform, $d->line, $d->destination, $d->info ] ); - } + push( @output, + [ $dtime, $platform, $d->line, $d->destination, $d->info ] ); } display_result(@output); -- cgit v1.2.3