Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Dec 8, 2024
1 parent af2a374 commit ae3f846
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/SpeciesDisplay/SpeciesDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ export default function SpeciesDisplay({
speciesData,
treeData,
}: SpeciesDisplayProps) {
console.log('speciesData', speciesData);
console.log('treeData', treeData);
return (
<View style={styles.main}>
<Text style={styles.text}>{speciesData.description}</Text>
Expand Down

0 comments on commit ae3f846

Please sign in to comment.