Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mlhiter committed Jan 20, 2025
1 parent a4c840d commit b03d07d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ const JetBrainsGuideModal = ({
fi;
[ ! -d ${basePath}/.cache/JetBrains/${idePathName}${version} ] && mkdir -p ${basePath}/.cache/JetBrains/${idePathName}${version} && wget -q --show-progress --progress=bar:force -O- ${downloadLink} | tar -xzC ${basePath}/.cache/JetBrains/${idePathName}${version} --strip-components=1 && chmod -R 776 ${basePath}/.cache && chown -R devbox:devbox ${basePath}/.cache`;

console.log('execDownloadCommand', execDownloadCommand);

try {
await execCommandInDevboxPod({
devboxName: jetbrainsGuideData.devboxName,
Expand Down

0 comments on commit b03d07d

Please sign in to comment.