Skip to content

Commit 4c56f8c

Browse files
committed
Remove unused imports
1 parent a9f7393 commit 4c56f8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ import android.text.TextWatcher
4747
import android.text.style.SuggestionSpan
4848
import android.util.AttributeSet
4949
import android.util.DisplayMetrics
50-
import android.util.Log
5150
import android.view.KeyEvent
5251
import android.view.LayoutInflater
5352
import android.view.MotionEvent
@@ -1386,7 +1385,6 @@ open class AztecText : AppCompatEditText, TextWatcher, UnknownHtmlSpan.OnUnknown
13861385
max = Math.max(0, Math.max(selectionStart, selectionEnd))
13871386
}
13881387

1389-
//
13901388
var clipboardIdentifier = resources.getIdentifier("android:id/clipboard", "id", context.packageName)
13911389

13921390
when (id) {

0 commit comments

Comments
 (0)