aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-06-24 22:14:45 +0300
committerGitHub <noreply@github.com>2022-06-24 22:14:45 +0300
commit1a98a82c50800eb1b7b38f2af39b85c6e3990604 (patch)
treed0ba276b7ffc118436ab707ddb18273826483dc8
parent0f5c49bc3cd1268d4b945bb65df23cc5ac592083 (diff)
remove debugging sentencesamruddhikhandale/ruby-chown
-rw-r--r--src/ruby/install.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ruby/install.sh b/src/ruby/install.sh
index 1c55fc6..5df79bc 100644
--- a/src/ruby/install.sh
+++ b/src/ruby/install.sh
@@ -242,8 +242,6 @@ if [ "${INSTALL_RUBY_TOOLS}" = "true" ]; then
# is installed by rvm, so handle this by using root's default gem in this case
ROOT_GEM="$(which gem || echo "")"
${ROOT_GEM} install ${DEFAULT_GEMS}
- echo "owners"
- ls -la /usr/local/rvm/
fi
# VS Code server usually first in the path, so silence annoying rvm warning (that does not apply) and then source it