mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove debug logging
This commit is contained in:
@@ -731,7 +731,6 @@ module.controller('FeedListCtrl', [
|
|||||||
var limit = $scope.limit;
|
var limit = $scope.limit;
|
||||||
|
|
||||||
var read_shown = SettingsService.settings.readingMode === 'all' || $scope.ignored_read_status;
|
var read_shown = SettingsService.settings.readingMode === 'all' || $scope.ignored_read_status;
|
||||||
console.log("read_shown" + read_shown);
|
|
||||||
var offset = read_shown ? $scope.entries.length : _.where($scope.entries, {
|
var offset = read_shown ? $scope.entries.length : _.where($scope.entries, {
|
||||||
read : false
|
read : false
|
||||||
}).length;
|
}).length;
|
||||||
@@ -763,7 +762,6 @@ module.controller('FeedListCtrl', [
|
|||||||
$scope.hasMore = data.hasMore;
|
$scope.hasMore = data.hasMore;
|
||||||
$scope.feedLink = data.feedLink;
|
$scope.feedLink = data.feedLink;
|
||||||
$scope.ignored_read_status = data.ignoredReadStatus;
|
$scope.ignored_read_status = data.ignoredReadStatus;
|
||||||
console.log("ignoredReadStatus" + data.ignoredReadStatus);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
var data = {
|
var data = {
|
||||||
|
|||||||
Reference in New Issue
Block a user