Remove code meant for debugging
This commit is contained in:
parent
ce59552e86
commit
d5c1a5670e
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class SyncService {
|
|||
final lastDBUpdationTime = _prefs.getInt(_dbUpdationTimeKey);
|
||||
if (lastDBUpdationTime != null && lastDBUpdationTime != 0) {
|
||||
await _loadAndStorePhotos(
|
||||
0, syncStartTime, existingLocalFileIDs);
|
||||
lastDBUpdationTime, syncStartTime, existingLocalFileIDs);
|
||||
} else {
|
||||
// Load from 0 - 01.01.2010
|
||||
var startTime = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue