Remove LogCompositions.
It was used at the beginning of the project, but is not useful anymore.
This commit is contained in:
parent
0b3a0fd6a3
commit
afc2e6c7fe
8 changed files with 0 additions and 71 deletions
|
|
@ -51,7 +51,6 @@ import io.element.android.libraries.designsystem.preview.debugPlaceholderBackgro
|
|||
import io.element.android.libraries.designsystem.theme.components.Button
|
||||
import io.element.android.libraries.designsystem.theme.components.OutlinedTextField
|
||||
import io.element.android.libraries.designsystem.theme.components.Text
|
||||
import io.element.android.libraries.designsystem.utils.LogCompositions
|
||||
import io.element.android.libraries.ui.strings.CommonStrings
|
||||
|
||||
@Composable
|
||||
|
|
@ -62,7 +61,6 @@ fun BugReportView(
|
|||
onBackPressed: () -> Unit,
|
||||
modifier: Modifier = Modifier,
|
||||
) {
|
||||
LogCompositions(tag = "Rageshake", msg = "Root")
|
||||
val eventSink = state.eventSink
|
||||
|
||||
Box(modifier = modifier) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue