From 18982ed8400cd68be846ac45ce08a93091bb723f Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Thu, 27 Mar 2025 02:02:39 -0700 Subject: [PATCH] remove debugging - test webhook from gitea --- src/Controller/ExternalProductCatalogsController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Controller/ExternalProductCatalogsController.php b/src/Controller/ExternalProductCatalogsController.php index fd1d1bf..1683ce3 100644 --- a/src/Controller/ExternalProductCatalogsController.php +++ b/src/Controller/ExternalProductCatalogsController.php @@ -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());