diff options
Diffstat (limited to 'module/remote/ClientHandler.py')
-rw-r--r-- | module/remote/ClientHandler.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/module/remote/ClientHandler.py b/module/remote/ClientHandler.py index cc06bd21a..248725ccf 100644 --- a/module/remote/ClientHandler.py +++ b/module/remote/ClientHandler.py @@ -20,9 +20,4 @@ class ClientHandler(RequestHandler): def proceed(self, data): obj = self.decrypt(data) - self.client.data_arrived(obj) - - #if obj.function == "get_downloads": - # self.client.show_links(obj.response) - - return self.encrypt(obj) + self.client.data_arrived(obj)
\ No newline at end of file |