Skip to content

Commit

Permalink
Removes commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
mcavaliere committed Mar 1, 2019
1 parent e036966 commit 49add75
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/AnimatedEllipsis.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ export default class AnimatedEllipsis extends Component {
);

return <View style={styles.container}>{dots}</View>

// return (
// <Text style={this.props.style}>
// {dots}
// </Text>
// );
}
}

Expand Down

0 comments on commit 49add75

Please sign in to comment.