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

Commit bf07e2b1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove logging line" into tm-qpr-dev am: 5fe35192

parents a9cfa572 5fe35192
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -396,7 +396,6 @@ public class QSTileHost implements QSHost, Tunable, PluginListener<QSFactory>, D
    }

    void saveTilesToSettings(List<String> tileSpecs) {
        if (tileSpecs.contains("work")) Log.wtfStack(TAG, "Saving work tile");
        mSecureSettings.putStringForUser(TILES_SETTING, TextUtils.join(",", tileSpecs),
                null /* tag */, false /* default */, mCurrentUser,
                true /* overrideable by restore */);