Comment out that debug line

This commit is contained in:
artdeell 2021-07-21 12:34:45 +03:00 committed by SerpentSpirale
parent 7da0c68813
commit 37b6db5887

View file

@ -629,7 +629,7 @@ public class BaseMainActivity extends LoggableActivity {
int index = EfficientAndroidLWJGLKeycode.getIndexByKey(event.getKeyCode());
if(index >= 0) {
Toast.makeText(this,"THIS IS A KEYBOARD EVENT !", Toast.LENGTH_SHORT).show();
//Toast.makeText(this,"THIS IS A KEYBOARD EVENT !", Toast.LENGTH_SHORT).show();
EfficientAndroidLWJGLKeycode.execKey(event, index);
return true;
}