We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba34c25 commit e292cfcCopy full SHA for e292cfc
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