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

This commit is contained in:
Timothy Stack 2015-08-19 21:13:21 -07:00
parent 25a375f08d
commit a6ffff5126

View File

@ -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;
}