Remove unnecessary log
This commit is contained in:
parent
6bd8f413c3
commit
c118376f51
1 changed files with 0 additions and 1 deletions
|
@ -196,7 +196,6 @@ class SuperLogging {
|
|||
error,
|
||||
stackTrace: stack,
|
||||
);
|
||||
$.info('Error sent to sentry.io: $error');
|
||||
} catch (e) {
|
||||
$.info('Sending report to sentry.io failed: $e');
|
||||
$.info('Original error: $error');
|
||||
|
|
Loading…
Reference in a new issue