andi 2 年之前
父节点
当前提交
cd874e4f9f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      pages/app/riwayat/detail.js

+ 0 - 1
pages/app/riwayat/detail.js

@@ -39,7 +39,6 @@ class laporanByPembina extends Component {
         const idPembina = id;
         const laporanPembina = await getlaporanByPembina(token, idPembina);
         this.setState({ laporanPembina });
-        console.log(laporanPembina)
     };
 
     render() {