Skip to content

Commit cfbf0e0

Browse files
author
Gilles Debunne
committed
Removed spurious log about blinking cursor
Change-Id: I940c3847bb6e461178575480c82e7dd6739277cf
1 parent 0424716 commit cfbf0e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/java/android/widget/Editor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,6 @@ private class Blink extends Handler implements Runnable {
16091609
private boolean mCancelled;
16101610

16111611
public void run() {
1612-
Log.d("GILLES", "blinking !!!");
16131612
if (mCancelled) {
16141613
return;
16151614
}

0 commit comments

Comments
 (0)