am 1b364498: Merge "Revert "Turn on more logging to find this bug."" into jb-mr2-dev

* commit '1b36449830ef20473aac336f9b2585b6ad5987a5':
  Revert "Turn on more logging to find this bug."
This commit is contained in:
Robert Greenwalt
2013-03-15 19:24:01 +00:00
committed by Android Git Automerger

View File

@@ -50,7 +50,7 @@ import android.util.Log;
public class DhcpStateMachine extends StateMachine {
private static final String TAG = "DhcpStateMachine";
private static final boolean DBG = true;
private static final boolean DBG = false;
/* A StateMachine that controls the DhcpStateMachine */