提交 cb28d863 authored 作者: Thomas Mueller's avatar Thomas Mueller

remove old TODOs

上级 c2f48f24
......@@ -389,7 +389,6 @@ public class LogFile {
throw Message.convert(e);
} catch (Throwable e) {
database.getTrace(Trace.LOG).error("Error reading log file (non-fatal)", e);
// TODO log exception, but mark as 'probably ok'
// on power loss, sometime there is garbage at the end of the file
// we stop recovering in this case (checksum mismatch)
}
......
......@@ -65,7 +65,6 @@ public class PageParser {
setError(pos);
}
} catch (ParseException e) {
// TODO log error
setError(pos);
}
return result.toString();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论