mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-25 01:50:42 +01:00
Removed extra System.out
This commit is contained in:
parent
69d44be069
commit
4241dfde37
|
|
@ -63,7 +63,6 @@ public final class Display {
|
|||
Sys.initialize();
|
||||
current_mode = init();
|
||||
assert current_mode != null;
|
||||
System.out.println("Current mode "+current_mode);
|
||||
Runtime.getRuntime().addShutdownHook(new Thread() {
|
||||
public void run() {
|
||||
reset();
|
||||
|
|
|
|||
Loading…
Reference in a new issue