diff options
author | Sven Gothel <[email protected]> | 2023-03-19 08:28:56 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-03-19 08:28:56 +0100 |
commit | 2ece7d9a2c9c176b5834f31e157548bca733bdb9 (patch) | |
tree | 6b571add29f730ab42ece71002fc0b5cd6f83b62 /src/graphui | |
parent | d8339b73322e31f9f6624137da30d53a626001c3 (diff) |
Graph UI Shape: Remove debug println @ mouse drag release
Diffstat (limited to 'src/graphui')
-rw-r--r-- | src/graphui/classes/com/jogamp/graph/ui/gl/Shape.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/graphui/classes/com/jogamp/graph/ui/gl/Shape.java b/src/graphui/classes/com/jogamp/graph/ui/gl/Shape.java index b5c401656..940e37a3b 100644 --- a/src/graphui/classes/com/jogamp/graph/ui/gl/Shape.java +++ b/src/graphui/classes/com/jogamp/graph/ui/gl/Shape.java @@ -826,7 +826,6 @@ public abstract class Shape { setPressed(false); inDrag = false; inResize = 0; - System.err.println("Shape: RELEASED"); break; } } |