Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Remove debug statements
Browse files Browse the repository at this point in the history
Change-Id: I36a2899879c26cab0b237f763af2d32369e19493
Reviewed-on: http://review.couchbase.org/8994
Reviewed-by: Dale Harvey <daleharvey@arandomurl.com>
Tested-by: Dale Harvey <daleharvey@arandomurl.com>
  • Loading branch information
daleharvey authored and Dale Harvey committed Aug 16, 2011
1 parent 37fafab commit 5eda5a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/com/couchbase/libcouch/CouchService.java
Expand Up @@ -182,9 +182,6 @@ void startCouch() {
String shell = "/system/bin/sh";
String couchbin = join(args, " ");

Log.v(CouchbaseEmbeddedServer.TAG, "couchbin");
Log.v(CouchbaseEmbeddedServer.TAG, couchbin);

int[] pidbuffer = new int[1];
final FileDescriptor fd = Exec.createSubprocess(shell, cmd, couchbin, pidbuffer);
pid = pidbuffer[0];
Expand Down

0 comments on commit 5eda5a8

Please sign in to comment.