Merge "Turn off debug logging flags" into qt-dev
am: ed9be192b6
Change-Id: Ib0b539172fdeff2eabb86033b10af1b811171e7f
This commit is contained in:
@@ -46,7 +46,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