Skip to content

Commit 0bda3f1

Browse files
committed
sqlite: Remove debug output
1 parent b874ab9 commit 0bda3f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

metadata_writer_sqlite.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ static int md_sqlite_read_boot_time(struct md_writer_sqlite *mws, uint64_t *boot
308308
}
309309

310310
*boot_time = tv.tv_sec - uptime;
311-
META_PRINT_SYSLOG(mws->parent, LOG_INFO, "%" PRIu64 " %ld %" PRIu64 "\n", *boot_time, tv.tv_sec, uptime);
312311
return RETVAL_SUCCESS;
313312
}
314313

0 commit comments

Comments
 (0)