mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
chore: remove debug logs
This commit is contained in:
parent
c6932fd31d
commit
0372b44901
@ -294,13 +294,9 @@ abstract class BatchesFolder(
|
||||
parameter
|
||||
) { time ->
|
||||
if (fullTime != null) {
|
||||
println("**************** check24")
|
||||
println(time)
|
||||
println(fullTime)
|
||||
onProgress(time / fullTime!!)
|
||||
} else {
|
||||
onProgress(null)
|
||||
println("----------------- nonono")
|
||||
}
|
||||
}.await()
|
||||
return outputFile
|
||||
|
@ -59,17 +59,6 @@ fun AudioRecordingStart(
|
||||
}
|
||||
}
|
||||
|
||||
println("wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww app: ${appSettings.saveFolder}")
|
||||
val requiresExternalPerm = rememberSaveable {
|
||||
appSettings.requiresExternalStoragePermission(context)
|
||||
}
|
||||
println("hasGranted ${requiresExternalPerm}")
|
||||
val scope = rememberCoroutineScope()
|
||||
|
||||
fun test() {
|
||||
println("appSäääääääääääääääääääääääääääääääättings ${appSettings.saveFolder}")
|
||||
}
|
||||
|
||||
PermissionRequester(
|
||||
permission = Manifest.permission.WRITE_EXTERNAL_STORAGE,
|
||||
icon = Icons.Default.InsertDriveFile,
|
||||
@ -81,7 +70,6 @@ fun AudioRecordingStart(
|
||||
permission = Manifest.permission.RECORD_AUDIO,
|
||||
icon = Icons.Default.Mic,
|
||||
onPermissionAvailable = {
|
||||
test()
|
||||
if (appSettings.requiresExternalStoragePermission(context)) {
|
||||
triggerExternalStorage()
|
||||
} else {
|
||||
|
@ -94,7 +94,6 @@ fun SaveFolderTile(
|
||||
}
|
||||
|
||||
scope.launch {
|
||||
println("================= Saving saveFolder: $path")
|
||||
dataStore.updateData {
|
||||
it.setSaveFolder(path)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user