Remove log statement

This commit is contained in:
MM20 2022-09-02 17:06:17 +02:00
parent 7c208644c8
commit 9134085088
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -13,7 +13,6 @@ class NotificationShadeController(
) {
@SuppressLint("WrongConstant")
fun expandNotifications() {
Log.e("MM20", "pull down")
try {
val statusBarService = context.getSystemService("statusbar")
Class.forName("android.app.StatusBarManager")