Skip to content

Commit 935a15e

Browse files
Gilles DebunneAndroid (Google) Code Review
authored andcommitted
Merge "Removed spurious log about blinking cursor"
2 parents cf15200 + cfbf0e0 commit 935a15e

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)