Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f7e914e authored by Mike LeBeau's avatar Mike LeBeau
Browse files

Turn off verbose logging in SearchableInfo, which seems to have been

left on by accident.
parent 3a27803b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ import java.util.HashMap;
public final class SearchableInfo implements Parcelable {

    // general debugging support
    private static final boolean DBG = true;
    private static final boolean DBG = false;
    private static final String LOG_TAG = "SearchableInfo";

    // static strings used for XML lookups.