mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Commenting out feed refresh times. This needs to be in Graphite.
This commit is contained in:
parent
7b4b7c591a
commit
085829506a
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ def refresh_feeds(request):
|
|||
|
||||
diff = datetime.datetime.utcnow()-start
|
||||
timediff = float("%s.%.2s" % (diff.seconds, (diff.microseconds / 1000)))
|
||||
logging.user(request.user, "~FBRefreshing %s feeds (%s seconds)" % (user_subs.count(), timediff))
|
||||
# logging.user(request.user, "~FBRefreshing %s feeds (%s seconds)" % (user_subs.count(), timediff))
|
||||
|
||||
return {'feeds': feeds}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue