Skip to content

Commit

Permalink
Remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharee committed Jun 28, 2024
1 parent cadfc52 commit 5abcf21
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import android.content.Context
import android.graphics.Color
import android.os.Build
import android.os.Bundle
import android.util.Log
import android.view.Display
import android.view.Surface
import androidx.activity.SystemBarStyle
Expand Down Expand Up @@ -66,8 +65,6 @@ class MainActivity : AppCompatActivity() {
}
}

Log.e("HINTControl", "$orientation, ${resources.configuration.orientation}")

LaunchedEffect(widgetRefresh) {
updateWidgetRefresh()
}
Expand Down

0 comments on commit 5abcf21

Please # to comment.