Skip to content

Commit 1c63a07

Browse files
authored
Merge pull request #34 from netdata/remove-console-log
Remove console.log
2 parents ba34c25 + e292cfc commit 1c63a07

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)