Remove log statement

This commit is contained in:
MM20
2022-09-02 17:06:17 +02:00
parent 7c208644c8
commit 9134085088
@@ -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")