Skip to content

Commit

Permalink
chore: remove console log (#3637)
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite authored Aug 29, 2023
1 parent 4e45207 commit a65ad05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react-components/src/hooks/useCalculateModelsStyling.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export const useCalculateCadStyling = (
defaultResourceStyling?.cad?.mapped
);
const modelInstanceStyleGroups = useCalculateInstanceStyling(models, instanceGroups);
console.log('Model instance style groups = ', modelInstanceStyleGroups);
const joinedStyleGroups = useJoinStylingGroups(
models,
modelsMappedStyleGroups,
Expand Down

0 comments on commit a65ad05

Please sign in to comment.