Skip to content

Commit

Permalink
chore: Removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslf97 committed Oct 28, 2024
1 parent 1b28f0d commit befc1f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/ModelPages/Model/Model.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const Model = () => {
useEffect(() => {
if (data) {
setAnalogueModel(data.data);
console.log('setting global state');
}
}, [data, setAnalogueModel]);

Expand Down

0 comments on commit befc1f6

Please sign in to comment.