remove debugging - test webhook from gitea

This commit is contained in:
2025-03-27 02:02:39 -07:00
parent bd4980ef81
commit 18982ed840

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());