remove debug statement that slipped through

Thanks to @jippi for pointing out this error, which originally came from
a diff provided by.. @jippi
This commit is contained in:
AD7six 2012-07-19 16:04:04 +02:00
parent 3c6b50953b
commit c41ee9a5aa

View file

@ -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;