Mercurial > 510Connectbot
diff src/org/tn5250j/framework/tn5250/Screen5250.java @ 115:bc59a399f627
remove the keystroke debug code
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 18 Jun 2014 14:37:46 -0700 |
parents | cb3b9b660b3d |
children | e312405090e1 |
line wrap: on
line diff
--- a/src/org/tn5250j/framework/tn5250/Screen5250.java Wed Jun 18 14:34:02 2014 -0700 +++ b/src/org/tn5250j/framework/tn5250/Screen5250.java Wed Jun 18 14:37:46 2014 -0700 @@ -923,7 +923,6 @@ */ public synchronized void sendKeys(String text) { - Log.d(TAG, "sendKeys() " + text); this.keybuf.append(text); if (isStatusErrorCode() && !resetRequired) {