diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-06-24 22:14:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-24 22:14:45 +0300 |
commit | 1a98a82c50800eb1b7b38f2af39b85c6e3990604 (patch) | |
tree | d0ba276b7ffc118436ab707ddb18273826483dc8 | |
parent | 0f5c49bc3cd1268d4b945bb65df23cc5ac592083 (diff) |
remove debugging sentencesamruddhikhandale/ruby-chown
-rw-r--r-- | src/ruby/install.sh | 2 |
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 |