Skip to content

Commit 45bee20

Browse files
committed
Remove print statements
1 parent 5dce50d commit 45bee20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sysroot/sysroot-creator.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
set -o nounset
2222
set -o errexit
23-
set -x
2423

2524
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2625

@@ -461,7 +460,6 @@ CleanupJailSymlinks() {
461460
libdirs="${libdirs} lib64"
462461
fi
463462
find $libdirs -type l -printf '%p %l\n' | while read link target; do
464-
echo "Processing link ${link} -> ${target}"
465463
# skip links with non-absolute paths
466464
echo "${target}" | grep -qs ^/ || continue
467465
echo "${link}: ${target}"

0 commit comments

Comments
 (0)