refactor(core): drop unused run_silent/run_logged wrappers
Both helpers in lib/core/log.sh had zero callers across mole/install.sh/lib/bin/scripts/tests. run_silent was a one-line ': $@ >/dev/null 2>&1 || true' shim; run_logged was a 14-line MO_DEBUG branch wrapper. Removing both with no functional impact.
T
Tw93 committed
707967eea2d125c272164c39cd817a321f40010e
Parent: 734b464