Browse Source

Update Core ML script

Lutz Roeder 3 years ago
parent
commit
e1d5bd801a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tools/coreml

+ 0 - 1
tools/coreml

@@ -44,7 +44,6 @@ while [ "$#" != 0 ]; do
     case "${command}" in
         "clean") clean;;
         "sync") sync;;
-        "install") install;;
         "schema") schema;;
     esac
 done