Skip to content

Commit e292cfc

Browse files
committed
Remove console.log
1 parent ba34c25 commit e292cfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shared/hooks/useFetchDimensions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export const useFetchDimensions = (baseUrl: string) => {
4242

4343
setGroupingByList(groupByData);
4444
} catch (error) {
45-
console.log('ERROR (useFetchDimensions): ', error);
4645
setIsError(true);
4746
}
4847
};

0 commit comments

Comments
 (0)