From 82909a81eb01cfd76f38fec7cccff5a5c87b5232 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 1 Oct 2016 15:50:09 +1300 Subject: Remove unused data manager methods (fix #2386) --- debug.xml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'debug.xml') diff --git a/debug.xml b/debug.xml index 94e30c6b8..d01a25248 100644 --- a/debug.xml +++ b/debug.xml @@ -119,11 +119,6 @@ WHERE email = :email; - - SELECT * FROM users - WHERE id = :id; - - SELECT * FROM users; @@ -247,11 +242,6 @@ SELECT * FROM events WHERE deviceId = :deviceId AND type LIKE :type AND serverTime BETWEEN :from AND :to ORDER BY serverTime DESC; - - SELECT * FROM geofences - WHERE id = :id; - - SELECT * FROM geofences; -- cgit v1.2.3