Remove unnecessary log

This commit is contained in:
Vishnu 2021-06-28 19:51:22 +05:30
parent 6bd8f413c3
commit c118376f51

View file

@ -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');