Mercurial > 510Connectbot
comparison 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 |
comparison
equal
deleted
inserted
replaced
114:5eda34fb607f | 115:bc59a399f627 |
---|---|
921 * @see #sendAid | 921 * @see #sendAid |
922 * | 922 * |
923 */ | 923 */ |
924 | 924 |
925 public synchronized void sendKeys(String text) { | 925 public synchronized void sendKeys(String text) { |
926 Log.d(TAG, "sendKeys() " + text); | |
927 this.keybuf.append(text); | 926 this.keybuf.append(text); |
928 | 927 |
929 if (isStatusErrorCode() && !resetRequired) { | 928 if (isStatusErrorCode() && !resetRequired) { |
930 setCursorActive(false); | 929 setCursorActive(false); |
931 simulateMnemonic(getMnemonicValue("[reset]")); | 930 simulateMnemonic(getMnemonicValue("[reset]")); |