diff --git a/scripts/lib/util.sh b/scripts/lib/util.sh index 3f61a2df9..b5442d9cb 100755 --- a/scripts/lib/util.sh +++ b/scripts/lib/util.sh @@ -402,7 +402,6 @@ openim::util::check_process_names() { local not_started=() local started=() - echo "Checking processes: $*" # Iterate over each given process name for process_name in "$@"; do # Use `pgrep` to find process IDs related to the given process name