[DEV] clean logs

This commit is contained in:
Edouard DUPIN 2021-06-01 00:11:28 +02:00
parent f322784a9a
commit 752f014935
2 changed files with 2 additions and 1 deletions

View File

@ -521,6 +521,7 @@ public abstract class GaleContext {
}
public void operatingSystemSetInput(final KeySpecial special, final KeyType type, final KeyStatus status, final int pointerID, final Vector2f pos) {
Log.verbose("Position motion: " + pos);
postAction(context -> {
final GaleApplication appl = context.getApplication();
if (appl == null) {

View File

@ -438,7 +438,7 @@ public class ContextLWJGLAWT extends GaleContext implements MouseListener, Mouse
@Override
public void mouseMoved(final MouseEvent e) {
Log.info("Mouse moved:" + e.getX() + " " + e.getY() + " " + e);
Log.verbose("Mouse moved:" + e.getX() + " " + e.getY() + " " + e);
if (this.robot != null) {
final Rectangle bounds = this.frame.getBounds();
//Log.error(" " + bounds + " windows=" + windowsSize + " deco= " + decoratedWindowsSize);