Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit 64c38d4

Browse files
author
A. Taha Baki
committed
removed unnecessary stuff...
1 parent cb77639 commit 64c38d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/src/main/java/dev/atahabaki/shamrocktoolbox/views/RecoveryCommandDialog.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ class RecoveryCommandDialog: DialogFragment() {
3939
if (validation) {
4040
val command = binding.dialogNewRecCmdType.adapter?.getItem(binding.dialogNewRecCmdType.selectedItemPosition).toString()
4141
val parameter = binding.dialogNewRecCmdParameter.editText?.text?.toString()?.split(',')
42-
Log.d("shamrock.cmd", "CMD: $command")
43-
Log.d("shamrock.cmd", "PARAM: $parameter")
44-
//TODO change Command's parameter to String, it's not effective List<String>
4542
cmdViewModel.addCommand(Command(command, parameter))
4643
cmdViewModel.setDataChanged(true)
4744
}

0 commit comments

Comments
 (0)