remove console.log(
This commit is contained in:
@@ -20,7 +20,6 @@ const RainfallIndex = () => {
|
||||
setLastPage(res.data.meta.last_page)
|
||||
setRainfalls([...rainfalls, ...res.data.data])
|
||||
} catch (error) {
|
||||
console.log(error)
|
||||
errorCatch(error)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user