remove debugging - test webhook from gitea
CI / testsuite (mysql, 8.1, ) (push) Failing after 14s Details
CI / testsuite (mysql, 8.4, ) (push) Failing after 13s Details
CI / testsuite (pgsql, 8.1, ) (push) Failing after 6m19s Details
CI / testsuite (pgsql, 8.4, ) (push) Failing after 7m59s Details
CI / testsuite (sqlite, 8.1, ) (push) Failing after 6m27s Details
CI / testsuite (sqlite, 8.1, prefer-lowest) (push) Failing after 6m31s Details
CI / testsuite (sqlite, 8.4, ) (push) Failing after 8m1s Details
CI / Coding Standard & Static Analysis (push) Failing after 6m2s Details

This commit is contained in:
Brandon Shipley 2025-03-27 02:02:39 -07:00
parent bd4980ef81
commit 18982ed840
Signed by: bmfs
GPG Key ID: 14E38571D8BB0DE4
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ class ExternalProductCatalogsController extends AppController
*/
public function add()
{
Log::debug('inside add');
$externalProductCatalog = $this->ExternalProductCatalogs->newEmptyEntity();
if ($this->request->is('post')) {
$externalProductCatalog = $this->ExternalProductCatalogs->patchEntity($externalProductCatalog, $this->request->getData());