Skip to content

Commit 82f6538

Browse files
remove debug statement
1 parent 51e92b6 commit 82f6538

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

libexec/goenv-which

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ if [ -x "$GOENV_COMMAND_PATH" ]; then
9090
exit 0
9191
fi
9292

93-
echo "goenv: You asshole"
94-
9593
any_not_installed=0
9694
for version in "${versions[@]}"; do
9795
if [ "$version" = "system" ]; then

0 commit comments

Comments
 (0)