mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
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:
parent
3c6b50953b
commit
c41ee9a5aa
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue