Skip to content

Commit

Permalink
[code] final ceanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrightDV committed Apr 5, 2024
1 parent a876abe commit fcf1974
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ void main() async {
final feedsBox = await Hive.openBox('feeds');
final compareBox = await Hive.openBox('compare');

/* settingsBox.deleteFromDisk();
requestsBox.deleteFromDisk();
historyBox.deleteFromDisk();
feedsBox.deleteFromDisk();
compareBox.deleteFromDisk(); */

/* if (!kIsWeb) {
AwesomeNotifications().initialize(
'resource://drawable/notification_icon',
Expand Down

0 comments on commit fcf1974

Please sign in to comment.