mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 12:33:27 +08:00
tools/process_config: remove unused unnecessary printing
Too much unnecessary printing that meaningless to non-builder developers Signed-off-by: chao an <anchao.archer@bytedance.com>
This commit is contained in:
@@ -60,10 +60,6 @@ process_file() {
|
||||
local key_config="$(echo "$line" | cut -d= -f1)="
|
||||
sed -i.backup "/^$key_config/d" "$output_file"
|
||||
echo "$line" >> "$output_file"
|
||||
|
||||
echo "Appended $line to $output_file"
|
||||
else
|
||||
echo "The empty line from defconfig was skipped from adding to $output_file"
|
||||
fi
|
||||
fi
|
||||
done < "$input_file"
|
||||
|
||||
Reference in New Issue
Block a user