chore: remove log

This commit is contained in:
Methapon Metanipat 2024-09-27 13:52:38 +07:00
parent 9889317b08
commit 59d0980262

View file

@ -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,