remove console.log
This commit is contained in:
parent
3b0ea191fe
commit
331f3d58ee
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ window.__ = __;
|
|||
|
||||
const globalExceptionHandler = (error, isFatal) => {
|
||||
if (error && NativeModules.Firebase) {
|
||||
console.log(error);
|
||||
NativeModules.Firebase.logException(!!isFatal, error.message ? error.message : 'No message', JSON.stringify(error));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue