Skip to content

Commit d2c359f

Browse files
committed
Revert "Restore README update debug message in library function"
This reverts commit 1ae55b9.
1 parent 1ae55b9 commit d2c359f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

scripts/library.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ update_readme() {
5757
local manifests_directory="$1"
5858
local source_text="$2"
5959
local destination_text="$3"
60-
local component_name="${4:-${COMPONENT_NAME:-}}"
61-
if [ -n "$component_name" ]; then
62-
echo "Updating README for ${component_name}..."
63-
fi
6460
if [[ "$OSTYPE" == "darwin"* ]]; then
6561
sed -i "" "s|$source_text|$destination_text|g" "${manifests_directory}/README.md" # BSD sed of Mac OSX
6662
else

0 commit comments

Comments
 (0)