Remove unneeded log output
This commit is contained in:
parent
201cbe7959
commit
9b4028f9f8
@ -259,9 +259,6 @@ class UpdateIconPacksWorker(val context: Context) {
|
||||
val drawable =
|
||||
parser.getAttributeResourceValue(null, "drawable", 0).toString()
|
||||
val pkg = parser.getAttributeValue(null, "package")
|
||||
for (i in 0 until parser.attributeCount) {
|
||||
Log.d("MM20", "${parser.getAttributeName(0)}")
|
||||
}
|
||||
val componentName = ComponentName(pkg, pkg)
|
||||
val icon = Icon(
|
||||
drawable = drawable,
|
||||
@ -270,7 +267,6 @@ class UpdateIconPacksWorker(val context: Context) {
|
||||
type = "greyscale_icon"
|
||||
)
|
||||
icons.add(icon)
|
||||
Log.d("MM20", "Installed icon ${icon.toString()}")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user