Removed console.log

This commit is contained in:
Patrick Alvin Alcala 2025-10-09 13:45:01 +08:00
parent 5d87cc04be
commit 5f7a9ca1cc

View file

@ -90,7 +90,6 @@ export default () => {
}
const checkDivision = async () => {
console.log('AAAA')
const building = await checkAccess('BUILDING ORDER OF PAYMENT')
setIsBuilding(building)
@ -123,7 +122,6 @@ export default () => {
}
const getListForPrinting = async () => {
console.log('BBB')
try {
const response = await ofetch(API + 'get-listopprinting-electrical', { parseResponse: JSON.parse })
setApplicationList(response.result)