We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba34c25 + e292cfc commit 1c63a07Copy full SHA for 1c63a07
1 file changed
src/shared/hooks/useFetchDimensions.ts
@@ -42,7 +42,6 @@ export const useFetchDimensions = (baseUrl: string) => {
42
43
setGroupingByList(groupByData);
44
} catch (error) {
45
- console.log('ERROR (useFetchDimensions): ', error);
46
setIsError(true);
47
}
48
};
0 commit comments