remove stale todo

pull/688/head
Matthew Hodgson 2016-04-03 00:48:31 +01:00
parent b09e29a03c
commit 110780b18b
1 changed files with 0 additions and 3 deletions

View File

@ -63,9 +63,6 @@ class PreviewUrlResource(BaseMediaResource):
url = request.args.get("url")[0]
ts = request.args.get("ts")[0] if "ts" in request.args else self.clock.time_msec()
# TODO: keep track of whether there's an ongoing request for this preview
# and block and return their details if there is one.
# first check the memory cache - good to handle all the clients on this
# HS thundering away to preview the same URL at the same time.
try: