Skip to content
Snippets Groups Projects
Commit 34f56b40 authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

Merge branch 'rav/get_devices_api' into develop

parents 44adde49 c445f5fe
No related branches found
No related tags found
No related merge requests found
...@@ -103,9 +103,6 @@ class ClientIpStore(SQLBaseStore): ...@@ -103,9 +103,6 @@ class ClientIpStore(SQLBaseStore):
@classmethod @classmethod
def _get_last_client_ip_by_device_txn(cls, txn, devices, retcols): def _get_last_client_ip_by_device_txn(cls, txn, devices, retcols):
def where_clause_for_device(d):
return
where_clauses = [] where_clauses = []
bindings = [] bindings = []
for (user_id, device_id) in devices: for (user_id, device_id) in devices:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment