Remove home command hack

This commit is contained in:
Marco Vermeulen
2022-12-29 17:32:31 +00:00
committed by Marco Vermeulen
parent 65b95fb8e1
commit c37a9fd7ff

View File

@@ -60,11 +60,6 @@ function sdk() {
;;
esac
if [[ "$COMMAND" == "home" ]]; then
__sdk_home "$QUALIFIER" "$3"
return $?
fi
# Left here for legacy purposes, issue #912 on Github
if [[ "$COMMAND" == "completion" ]]; then
return 0