remove debugging - test webhook from gitea
This commit is contained in:
@@ -47,7 +47,6 @@ class ExternalProductCatalogsController extends AppController
|
|||||||
*/
|
*/
|
||||||
public function add()
|
public function add()
|
||||||
{
|
{
|
||||||
Log::debug('inside add');
|
|
||||||
$externalProductCatalog = $this->ExternalProductCatalogs->newEmptyEntity();
|
$externalProductCatalog = $this->ExternalProductCatalogs->newEmptyEntity();
|
||||||
if ($this->request->is('post')) {
|
if ($this->request->is('post')) {
|
||||||
$externalProductCatalog = $this->ExternalProductCatalogs->patchEntity($externalProductCatalog, $this->request->getData());
|
$externalProductCatalog = $this->ExternalProductCatalogs->patchEntity($externalProductCatalog, $this->request->getData());
|
||||||
|
|||||||
Reference in New Issue
Block a user