File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
media-placeholders/src/main/java/org/wordpress/aztec/placeholders Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import android.graphics.drawable.Drawable
77import android.text.Editable
88import android.text.Layout
99import android.text.Spanned
10- import android.util.Log
1110import android.view.MotionEvent
1211import android.view.View
1312import android.view.ViewTreeObserver
@@ -414,17 +413,14 @@ class PlaceholderManager(
414413 }
415414
416415 private suspend fun clearAllViews () {
417- Log .d(" vojta" , " Before clearing all with lock" )
418416 positionToIdMutex.withLock {
419- Log .d(" vojta" , " Clearing all with lock" )
420417 for (placeholder in positionToId) {
421418 container.findViewWithTag<View >(placeholder.uuid)?.let {
422419 it.visibility = View .GONE
423420 container.removeView(it)
424421 }
425422 }
426423 positionToId.clear()
427- Log .d(" vojta" , " Cleared all with lock" )
428424 }
429425 }
430426
You can’t perform that action at this time.
0 commit comments