Browse Source

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

Zach Riggle 12 years ago
parent
commit
f9c143b69c
1 changed files with 0 additions and 7 deletions
  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)