Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Aug 15, 2022
1 parent 1fd7dfc commit 973aa18
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/src/realm_class.dart
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,6 @@ class Realm implements Finalizable {
_subscriptions?.handle.release();
_subscriptions = null;

final c = config;
if (c is FlexibleSyncConfiguration) {
final i = c.user.app.id;
}

realmCore.closeRealm(this);
}

Expand Down

0 comments on commit 973aa18

Please sign in to comment.