mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Reduce debug.
This commit is contained in:
parent
800ca3501e
commit
63ecfcc2c4
1 changed files with 1 additions and 1 deletions
|
@ -628,10 +628,10 @@ public class NBSyncService extends Service {
|
|||
FeedStoriesSeen.put(fs, callerSeen);
|
||||
alreadyRequested = 0;
|
||||
}
|
||||
if (AppConstants.VERBOSE_LOG) Log.d(NBSyncService.class.getName(), "have:" + alreadySeen + " want:" + desiredStoryCount + " requested:" + alreadyRequested);
|
||||
if (desiredStoryCount <= alreadySeen) {
|
||||
return false;
|
||||
}
|
||||
if (AppConstants.VERBOSE_LOG) Log.d(NBSyncService.class.getName(), "have:" + alreadySeen + " want:" + desiredStoryCount + " requested:" + alreadyRequested);
|
||||
if (desiredStoryCount <= alreadyRequested) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue