Skip to content

Commit

Permalink
fix(save drive state) remove log PE-1935
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Jul 26, 2022
1 parent a9cfc99 commit 9f37843
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pages/app_router_delegate.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class AppRouterDelegate extends RouterDelegate<AppRoutePath>
final lastLoggedInUser =
state is ProfileLoggedIn ? state.walletAddress : null;
if (lastLoggedInUser != null) {
print('deleteSharedPrivateDrives $lastLoggedInUser');
context
.read<DriveDao>()
.deleteSharedPrivateDrives(lastLoggedInUser);
Expand Down

0 comments on commit 9f37843

Please sign in to comment.