diff options
Diffstat (limited to 'src/Components/Settings.tsx')
-rw-r--r-- | src/Components/Settings.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Components/Settings.tsx b/src/Components/Settings.tsx index daf3216..a99e46e 100644 --- a/src/Components/Settings.tsx +++ b/src/Components/Settings.tsx @@ -22,7 +22,7 @@ class Settings extends PureComponent<Props> { render() { return ( <View style={styles.overlay}> - <Text>{JSON.stringify(this.props)}</Text> + {/* <Text>{JSON.stringify(this.props)}</Text> */} </View> ); } |