Skip to content

Commit 1883c7b

Browse files
author
Hideki Itakura
committed
Just removed debugging code
1 parent 5767ffc commit 1883c7b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/couchbase/lite/Database.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,6 @@ public synchronized boolean open() {
12671267
byte[] json = cursor2.getBlob(1);
12681268
try {
12691269
Map<String, Object> docProperties = Manager.getObjectMapper().readValue(json, Map.class);
1270-
Log.e(Log.TAG_DATABASE, docProperties.toString());
12711270
Map<String, Object> attachments = (Map<String, Object>) docProperties.get("_attachments");
12721271
Iterator<String> itr = attachments.keySet().iterator();
12731272
while (itr.hasNext()) {

0 commit comments

Comments
 (0)