Skip to content

Commit

Permalink
Update hide_bloc.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Oct 22, 2024
1 parent 836bc7a commit 77ce82e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/blocs/hide/hide_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,6 @@ class HideBloc extends Bloc<HideEvent, HideState> {
HideEntitySettings settings,
) async {
await _driveDao.transaction(() async {
logger.d('Entry is ${settings.entry.runtimeType}');
logger.d('Entry is File: ${settings.entry is FileEntry}');

if (settings.entry is FileEntry) {
await _driveDao.writeToFile(settings.entry as FileEntry);

Expand Down

0 comments on commit 77ce82e

Please sign in to comment.