浏览代码

[plugins/grails] Remove warning message; it's always displayed

Zach Riggle 13 年之前
父节点
当前提交
f9c143b69c
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      plugins/grails/grails.plugin.zsh

+ 0 - 7
plugins/grails/grails.plugin.zsh

@@ -1,10 +1,3 @@
-
-if [[ ! -d $GRAILS_HOME/scripts ]];
-then
-    echo "$0:"
-    echo "Please set \$GRAILS_HOME to use the 'grails' plugin, and ensure that \$GRAILS_HOME/scripts exists"
-fi
-
 _enumerateGrailsScripts() {
     # Default directoryies
     directories=($GRAILS_HOME/scripts ~/.grails/scripts ./scripts)