refactor: Remove console log from tracking function to clean up output and improve code clarity

This commit is contained in:
yoosangwook 2025-05-21 11:33:18 +09:00
parent 45f523447a
commit dd34c51dc1

View File

@ -6,5 +6,4 @@ export const tracking = async (params: { url: string; data: string }) => {
url,
data,
})
console.log('🚀 ~ result ~ result:', result)
}