From 6549baf27e337e32a281d3b61303b4df73d2e0bf Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 Apr 2017 11:09:54 +0530 Subject: [PATCH] ... --- src/calibre/srv/handler.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/calibre/srv/handler.py b/src/calibre/srv/handler.py index 82c830808b..57de2bf70d 100644 --- a/src/calibre/srv/handler.py +++ b/src/calibre/srv/handler.py @@ -60,8 +60,6 @@ class Context(object): return self.library_broker.library_map, self.library_broker.default_library def allowed_book_ids(self, data, db): - # TODO: Implement this based on data.username for per-user - # restrictions. Cache result on the data object with self.lock: ans = data.allowed_book_ids.get(db.server_library_id) if ans is None: