chore: remove log
This commit is contained in:
parent
9889317b08
commit
59d0980262
1 changed files with 0 additions and 1 deletions
|
|
@ -220,7 +220,6 @@ export class ProductController extends Controller {
|
||||||
|
|
||||||
if (!productGroup) throw relationError("Product Group");
|
if (!productGroup) throw relationError("Product Group");
|
||||||
|
|
||||||
console.log(productSameName);
|
|
||||||
if (productSameName.some((v) => v.code.slice(0, -3) === body.code.toUpperCase())) {
|
if (productSameName.some((v) => v.code.slice(0, -3) === body.code.toUpperCase())) {
|
||||||
throw new HttpError(
|
throw new HttpError(
|
||||||
HttpStatus.BAD_REQUEST,
|
HttpStatus.BAD_REQUEST,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue