Skip to content
Snippets Groups Projects
Commit 1d85b0ee authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Removed obsolete code

parent a7c06259
No related merge requests found
......@@ -1379,9 +1379,6 @@ public class CouchDBDao implements IDatabaseDao {
d.getJSONObject().getJSONObject("value"),
Session.class
);
session.setCreator(d.getJSONObject().getJSONArray("key").getString(0));
session.setName(d.getJSONObject().getJSONArray("key").getString(1));
session.set_id(d.getId());
result.add(session);
}
return result;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment