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() {