upd: bersihin console log

This commit is contained in:
amel
2024-09-06 12:20:23 +08:00
parent 836cd58627
commit 30139e63d2
58 changed files with 93 additions and 97 deletions

View File

@@ -55,7 +55,7 @@ export default function CreateAnnouncement() {
toast.error(response.message)
}
} catch (error) {
console.log(error)
console.error(error)
toast.error("Gagal menambahkan pengumuman, coba lagi nanti");
}

View File

@@ -96,7 +96,7 @@ export default function EditAnnouncement() {
toast.error(response.message)
}
} catch (error) {
console.log(error)
console.error(error)
toast.error("Gagal mengedit pengumuman, coba lagi nanti");
}