Turn off debug logging flags
Fixes: 130558346 Test: visual Change-Id: Ie82bfe503f789435a3474697391fdfdeb94864ee
This commit is contained in:
@@ -45,7 +45,7 @@ import java.util.stream.Collectors;
|
||||
*/
|
||||
public class NetworkScanHelper {
|
||||
public static final String TAG = "NetworkScanHelper";
|
||||
private static final boolean DBG = true;
|
||||
private static final boolean DBG = false;
|
||||
|
||||
/**
|
||||
* Callbacks interface to inform the network scan results.
|
||||
|
Reference in New Issue
Block a user