don't restore time-offset mode since people might not know how to turn it off

pull/254/head
Timothy Stack 9 years ago
parent 25a375f08d
commit a6ffff5126

@ -681,8 +681,6 @@ static int read_save_time(yajlpp_parse_context *ypc, long long value)
static int read_time_offset(yajlpp_parse_context *ypc, int value)
{
lnav_data.ld_log_source.set_time_offset(value);
return 1;
}

Loading…
Cancel
Save