Browse Source

remove debug statement that slipped through

Thanks to @jippi for pointing out this error, which originally came from
a diff provided by.. @jippi
AD7six 13 years ago
parent
commit
c41ee9a5aa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Console/cake

+ 0 - 1
app/Console/cake

@@ -29,7 +29,6 @@ done
 LIB=$(dirname -- "$LIB")/
 APP=$(dirname $(cd $(dirname $ME) && pwd))
 
-echo $APP
 exec php -q "$LIB"cake.php -working "$APP" "$@"
 
 exit;