mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: remove print
This commit is contained in:
@@ -218,7 +218,6 @@ class SyncStreamRepository extends DriftDatabaseRepository {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Future<void> updateAssetEditsV1(Iterable<SyncAssetEditV1> data) async {
|
Future<void> updateAssetEditsV1(Iterable<SyncAssetEditV1> data) async {
|
||||||
print('Updating asset edits V1: ${data.length} items');
|
|
||||||
try {
|
try {
|
||||||
await _db.batch((batch) {
|
await _db.batch((batch) {
|
||||||
for (final edit in data) {
|
for (final edit in data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user