mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-11-01 09:09:51 +00:00
Revert
This commit is contained in:
parent
a1d85f2cb7
commit
4868a078a5
1 changed files with 2 additions and 2 deletions
|
|
@ -547,7 +547,7 @@ def feed_unread_count(request):
|
|||
else:
|
||||
feed_title = "%s feeds" % (len(feeds) + len(social_feeds))
|
||||
logging.user(request, "~FBUpdating unread count on: %s" % feed_title)
|
||||
MAnalyticsLoader.add(page_load=time.time()-start)
|
||||
# MAnalyticsLoader.add(page_load=time.time()-start)
|
||||
|
||||
return {'feeds': feeds, 'social_feeds': social_feeds}
|
||||
|
||||
|
|
@ -561,7 +561,7 @@ def refresh_feed(request, feed_id):
|
|||
usersub.calculate_feed_scores(silent=False)
|
||||
|
||||
logging.user(request, "~FBRefreshing feed: %s" % feed)
|
||||
MAnalyticsLoader.add(page_load=time.time()-start)
|
||||
# MAnalyticsLoader.add(page_load=time.time()-start)
|
||||
|
||||
return load_single_feed(request, feed_id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue