불필요한 log 제거

This commit is contained in:
Yu Sung 2024-10-16 13:17:41 +09:00
parent f460b76ff7
commit 29884883eb
1 changed files with 0 additions and 1 deletions

View File

@ -625,7 +625,6 @@ export default {
if (res.status === 200 && res.data.success === true) {
const data = res.data.data
console.log(data.totalCount)
const total_page = Math.ceil(data.totalCount / 10)
this.audio_contents = data.items