dont need that logging anymore
CI / testsuite (mysql, 8.1, ) (push) Failing after 14s
Details
CI / testsuite (mysql, 8.4, ) (push) Failing after 14s
Details
CI / testsuite (pgsql, 8.1, ) (push) Failing after 6m19s
Details
CI / testsuite (pgsql, 8.4, ) (push) Failing after 8m0s
Details
CI / testsuite (sqlite, 8.1, ) (push) Failing after 6m28s
Details
CI / testsuite (sqlite, 8.1, prefer-lowest) (push) Failing after 6m22s
Details
CI / testsuite (sqlite, 8.4, ) (push) Failing after 8m1s
Details
CI / Coding Standard & Static Analysis (push) Failing after 5m56s
Details
CI / testsuite (mysql, 8.1, ) (push) Failing after 14s
Details
CI / testsuite (mysql, 8.4, ) (push) Failing after 14s
Details
CI / testsuite (pgsql, 8.1, ) (push) Failing after 6m19s
Details
CI / testsuite (pgsql, 8.4, ) (push) Failing after 8m0s
Details
CI / testsuite (sqlite, 8.1, ) (push) Failing after 6m28s
Details
CI / testsuite (sqlite, 8.1, prefer-lowest) (push) Failing after 6m22s
Details
CI / testsuite (sqlite, 8.4, ) (push) Failing after 8m1s
Details
CI / Coding Standard & Static Analysis (push) Failing after 5m56s
Details
This commit is contained in:
parent
ca8afcb3d6
commit
bd4980ef81
|
@ -8,11 +8,4 @@ use Cake\Log\Log;
|
||||||
|
|
||||||
class AppController extends BaseController
|
class AppController extends BaseController
|
||||||
{
|
{
|
||||||
function initialize(): void
|
|
||||||
{
|
|
||||||
parent::initialize(); // TODO: Change the autogenerated stub
|
|
||||||
|
|
||||||
Log::debug('inside cake products app controlleri initialize');
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue