summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pstore/pstore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pstore/pstore.c b/src/pstore/pstore.c
index 86361d8ebc..58db27fe1a 100644
--- a/src/pstore/pstore.c
+++ b/src/pstore/pstore.c
@@ -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();