Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored Dec 15, 2024
1 parent 54ae3bc commit c66b05c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ import 'Frontend/utils.dart';
import 'constants.dart';
import 'l10n/messages_all_locales.dart';

//late SharedPreferences prefs;

FutureOr<SentryEvent?> beforeSend(SentryEvent event, Hint hint) async {
bool reportingEnabled = HiveProxy.getOrDefault(settings, "allowErrorReporting", defaultValue: true);
if (reportingEnabled) {
Expand Down

0 comments on commit c66b05c

Please sign in to comment.