Remove logging line

Change-Id: I3f6fe6884e42122cc8f6736bbd8b5244a437fca7
Test: no test
Bug: 237098239
This commit is contained in:
Fabian Kozynski
2022-06-27 14:17:11 +00:00
parent 34188c83d2
commit f9b0da368b

View File

@@ -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 */);