1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-01 08:31:59 +00:00

Remove print statement

This commit is contained in:
Alex 2022-07-31 22:26:09 -05:00
parent f7dc916e80
commit 0e85b0fd8f
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082

View file

@ -77,8 +77,6 @@ class BackupNotifier extends StateNotifier<BackUpState> {
}
void addExcludedAlbumForBackup(AssetPathEntity album) {
print("Excluded album: $album");
if (state.selectedBackupAlbums.contains(album)) {
removeAlbumForBackup(album);
}