Skip to content

Commit

Permalink
remove callID logic
Browse files Browse the repository at this point in the history
  • Loading branch information
James Spencer authored Dec 14, 2017
1 parent 95c1550 commit 86d0365
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/android/CBLite.java
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,6 @@ public Boolean call() throws Exception {
for (Iterator<QueryRow> it = allDocsQuery; it.hasNext(); ) {
QueryRow row = it.next();
try {
HashMap<String, Object> data = new HashMap<String, Object>();
data.putAll(row.asJSONDictionary());
responseBuffer.add(mapper.writeValueAsString(row.asJSONDictionary()));
}
catch(Exception e){
Expand Down

0 comments on commit 86d0365

Please sign in to comment.