Removed debug console.log

This commit is contained in:
Dmitriy Shishkov 2023-08-12 23:48:58 +03:00
parent 79ff0a3813
commit 898acd0a5d
Signed by: dm1sh
GPG Key ID: 027994B0AA357688

View File

@ -70,7 +70,6 @@ function useFetch<R, T extends NonNullable<unknown>>(
data => {
if (data !== undefined && data !== null) {
setData(data)
console.log('Got data', data)
}
if (data !== undefined) {