pstore: drop commented out line

This commit is contained in:
Yu Watanabe 2019-07-22 10:58:13 +09:00
parent 337874a45f
commit f677270ebb

View file

@ -179,8 +179,6 @@ static int write_dmesg(const char *dmesg, size_t size, const char *id) {
if (isempty(dmesg) || size == 0)
return 0;
/* log_info("Record ID %s", id); */
ofd_path = path_join(arg_archivedir, id, "dmesg.txt");
if (!ofd_path)
return log_oom();