[FIX] Stop logging react-native-image-crop-picker (#1745)

This commit is contained in:
Diego Mello 2020-02-17 13:05:47 -03:00 committed by GitHub
parent d970952086
commit 290c53efa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -530,7 +530,7 @@ class MessageBox extends Component {
this.showUploadModal(image); this.showUploadModal(image);
} }
} catch (e) { } catch (e) {
log(e); // Do nothing
} }
} }
@ -541,7 +541,7 @@ class MessageBox extends Component {
this.showUploadModal(video); this.showUploadModal(video);
} }
} catch (e) { } catch (e) {
log(e); // Do nothing
} }
} }
@ -552,7 +552,7 @@ class MessageBox extends Component {
this.showUploadModal(image); this.showUploadModal(image);
} }
} catch (e) { } catch (e) {
log(e); // Do nothing
} }
} }