Explorar el Código

remove log

undefined
jefry hace 3 años
padre
commit
ede1da8e31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pages/yamaha/Product/Motor.js

+ 1
- 1
pages/yamaha/Product/Motor.js Ver fichero

@@ -48,7 +48,7 @@ export async function getServerSideProps(context) {
if (res["STATUS"] === 1) {
product = res["DATA"]["products"];
}
console.log(res);
// console.log(res);

return {
props: {


Cargando…
Cancelar
Guardar