otcore: Drop config load print
authorColin Walters <walters@verbum.org>
Tue, 27 Feb 2024 15:59:02 +0000 (10:59 -0500)
committerColin Walters <walters@verbum.org>
Tue, 27 Feb 2024 15:59:47 +0000 (10:59 -0500)
commitbf811629c089d6e6fcf7a239e238e23437684485
treead7021668638488277f6dd4a0679317369f8ebcc
parent1b3ffe54e87c108b576a528efa6493f935a80f27
otcore: Drop config load print

Now that we're using `otcore_load_config` from the deploy
path we end up printing to stdout even for API callers (e.g.
our own CLI tools, and rpm-ostree/bootc/etc) which is wrong.

We don't need this print, so just drop it.
src/libotcore/otcore-prepare-root.c