diff --git a/src/item.rs b/src/item.rs index 6168b60..61a3938 100644 --- a/src/item.rs +++ b/src/item.rs @@ -120,7 +120,6 @@ impl SyncItem { .load::(db) .map_err(|_| "Database error".into()) })?; - // TODO: Detect sync conflict? similar to the Go version. let _lock = lock_db_write!()?; if !orig.is_empty() {