Skip to content

Commit

Permalink
Merge pull request #3204 from cgwalters/quiet-config-load
Browse files Browse the repository at this point in the history
otcore: Drop config load print
  • Loading branch information
cgwalters authored Feb 27, 2024
2 parents 1a54d94 + bf81162 commit b4a1e38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libotcore/otcore-prepare-root.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,6 @@ otcore_load_config (int rootfs_fd, const char *filename, GError **error)
if (fd == -1)
continue;

g_print ("Loading %s\n", path);

g_autofree char *buf = glnx_fd_readall_utf8 (fd, NULL, NULL, error);
if (!buf)
return NULL;
Expand Down

0 comments on commit b4a1e38

Please sign in to comment.