mirror of
https://github.com/immich-app/immich.git
synced 2025-01-17 01:06:46 +01:00
Remove print statement
This commit is contained in:
parent
f7dc916e80
commit
0e85b0fd8f
1 changed files with 0 additions and 2 deletions
|
@ -77,8 +77,6 @@ class BackupNotifier extends StateNotifier<BackUpState> {
|
||||||
}
|
}
|
||||||
|
|
||||||
void addExcludedAlbumForBackup(AssetPathEntity album) {
|
void addExcludedAlbumForBackup(AssetPathEntity album) {
|
||||||
print("Excluded album: $album");
|
|
||||||
|
|
||||||
if (state.selectedBackupAlbums.contains(album)) {
|
if (state.selectedBackupAlbums.contains(album)) {
|
||||||
removeAlbumForBackup(album);
|
removeAlbumForBackup(album);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue