We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940b46b commit f63ce8eCopy full SHA for f63ce8e
redisinsight/ui/src/utils/errors.tsx
@@ -39,7 +39,6 @@ export const parseCustomError = (err: CustomError | string = DEFAULT_ERROR_MESSA
39
data: { },
40
},
41
}
42
- console.log('err: ', err)
43
44
if (isString(err)) {
45
return set(error, 'response.data.message', err) as AxiosError
0 commit comments