diff --git a/src/controllers/04-product-controller.ts b/src/controllers/04-product-controller.ts index db2f3ac..3f31cb5 100644 --- a/src/controllers/04-product-controller.ts +++ b/src/controllers/04-product-controller.ts @@ -220,7 +220,6 @@ export class ProductController extends Controller { if (!productGroup) throw relationError("Product Group"); - console.log(productSameName); if (productSameName.some((v) => v.code.slice(0, -3) === body.code.toUpperCase())) { throw new HttpError( HttpStatus.BAD_REQUEST,