remove console.log

This commit is contained in:
ammarahm-ed
2020-11-20 02:43:07 +05:00
parent acdc9898e9
commit a7f1805ffa
31 changed files with 23 additions and 78 deletions

View File

@@ -53,7 +53,6 @@ let {width, height} = Dimensions.get('window');
const onAppStateChanged = async (state) => {
if (state === 'active') {
console.log('active state');
StatusBar.setBarStyle(
COLOR_SCHEME.night ? 'light-content' : 'dark-content',
true,
@@ -164,7 +163,6 @@ const App = () => {
(async () => {
try {
await db.init();
console.log('db is initialized');
} catch (e) {
error = e;
console.log(e, 'ERROR DB');