removing a log statement
This commit is contained in:
parent
da47c199d9
commit
a50be5ae6a
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ class DirectoryAdapter(activity: BaseSimpleActivity, var dirs: ArrayList<Directo
|
|||
override fun getItemCount() = dirs.size
|
||||
|
||||
override fun prepareActionMode(menu: Menu) {
|
||||
mydebug("prepareaction")
|
||||
val selectedPaths = getSelectedPaths()
|
||||
if (selectedPaths.isEmpty()) {
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue