Merge "Turn down the logging a little bit." into nyc-dev

am: 966319700c

* commit '966319700c77b6efcf698f6bc55e6712eaabdcc7':
  Turn down the logging a little bit.
This commit is contained in:
Joe Onorato
2016-02-12 23:00:55 +00:00
committed by android-build-merger

View File

@@ -23,7 +23,7 @@ import java.util.concurrent.CountDownLatch;
@SystemApi
public class RttManager {
private static final boolean DBG = true;
private static final boolean DBG = false;
private static final String TAG = "RttManager";
/** @deprecated It is Not supported anymore. */